Uses of Interface
com.langfuse.client.resources.llmconnections.types.LlmConnection._FinalStage
Packages that use LlmConnection._FinalStage
-
Uses of LlmConnection._FinalStage in com.langfuse.client.resources.llmconnections.types
Classes in com.langfuse.client.resources.llmconnections.types that implement LlmConnection._FinalStageMethods in com.langfuse.client.resources.llmconnections.types that return LlmConnection._FinalStageModifier and TypeMethodDescriptionLlmConnection._FinalStage.addAllCustomModels(List<String> customModels) LlmConnection.Builder.addAllCustomModels(List<String> customModels) List of custom model names available for this connectionLlmConnection._FinalStage.addAllExtraHeaderKeys(List<String> extraHeaderKeys) LlmConnection.Builder.addAllExtraHeaderKeys(List<String> extraHeaderKeys) Keys of extra headers sent with requests (values excluded for security)LlmConnection._FinalStage.addCustomModels(String customModels) LlmConnection.Builder.addCustomModels(String customModels) List of custom model names available for this connectionLlmConnection._FinalStage.addExtraHeaderKeys(String extraHeaderKeys) LlmConnection.Builder.addExtraHeaderKeys(String extraHeaderKeys) Keys of extra headers sent with requests (values excluded for security)LlmConnection._FinalStage.additionalProperties(Map<String, Object> additionalProperties) LlmConnection._FinalStage.additionalProperty(String key, Object value) Custom base URL for the LLM APICustom base URL for the LLM APICustom base URL for the LLM APIAdapter-specific configuration.Adapter-specific configuration.Adapter-specific configuration.LlmConnection._FinalStage.customModels(List<String> customModels) List of custom model names available for this connectionLlmConnection.Builder.customModels(List<String> customModels) List of custom model names available for this connectionLlmConnection._FinalStage.extraHeaderKeys(List<String> extraHeaderKeys) Keys of extra headers sent with requests (values excluded for security)LlmConnection.Builder.extraHeaderKeys(List<String> extraHeaderKeys) Keys of extra headers sent with requests (values excluded for security)LlmConnection.Builder.updatedAt(OffsetDateTime updatedAt) LlmConnection.UpdatedAtStage.updatedAt(OffsetDateTime updatedAt)