Uses of Class
dev.dokimos.server.entity.LlmConnection
Packages that use LlmConnection
Package
Description
-
Uses of LlmConnection in dev.dokimos.server.dto.v1
Methods in dev.dokimos.server.dto.v1 with parameters of type LlmConnectionModifier and TypeMethodDescriptionstatic LlmConnectionViewLlmConnectionView.from(LlmConnection connection) -
Uses of LlmConnection in dev.dokimos.server.entity
Methods in dev.dokimos.server.entity that return LlmConnectionModifier and TypeMethodDescriptionEvalJob.getConnection()TraceEvalJob.getConnection()TraceEvalRule.getConnection()Methods in dev.dokimos.server.entity with parameters of type LlmConnectionConstructors in dev.dokimos.server.entity with parameters of type LlmConnectionModifierConstructorDescriptionEvalJob(ExperimentRun run, LlmConnection connection, String evaluatorName, String criteria) TraceEvalRule(UUID projectId, String name, TraceMatchType matchType, String matchValue, LlmConnection connection, String evaluatorName, String criteria) -
Uses of LlmConnection in dev.dokimos.server.repository
Methods in dev.dokimos.server.repository that return types with arguments of type LlmConnectionModifier and TypeMethodDescriptionLlmConnectionRepositoryFragment.findAllOrdered(TenantScope scope) Lists connections visible under the scope, newest first.LlmConnectionRepositoryFragmentImpl.findAllOrdered(TenantScope scope) LlmConnectionRepositoryFragment.findByName(String name, TenantScope scope) Finds a connection by name within the scope.LlmConnectionRepositoryFragmentImpl.findByName(String name, TenantScope scope) -
Uses of LlmConnection in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return LlmConnectionModifier and TypeMethodDescriptionLlmCredentialService.encryptInlineKey(LlmConnection connection, String rawKey) Returns a copy of the connection with its inline key encrypted.Methods in dev.dokimos.server.service with parameters of type LlmConnectionModifier and TypeMethodDescriptionLlmCredentialService.encryptInlineKey(LlmConnection connection, String rawKey) Returns a copy of the connection with its inline key encrypted.LlmCredentialService.resolveKey(LlmConnection connection) Resolves the effective plaintext API key for a connection.