Uses of Interface
com.langfuse.client.resources.llmconnections.types.UpsertLlmConnectionRequest._FinalStage
Packages that use UpsertLlmConnectionRequest._FinalStage
-
Uses of UpsertLlmConnectionRequest._FinalStage in com.langfuse.client.resources.llmconnections.types
Classes in com.langfuse.client.resources.llmconnections.types that implement UpsertLlmConnectionRequest._FinalStageMethods in com.langfuse.client.resources.llmconnections.types that return UpsertLlmConnectionRequest._FinalStageModifier and TypeMethodDescriptionUpsertLlmConnectionRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) UpsertLlmConnectionRequest._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.UpsertLlmConnectionRequest._FinalStage.customModels(List<String> customModels) UpsertLlmConnectionRequest._FinalStage.customModels(Optional<List<String>> customModels) List of custom model namesUpsertLlmConnectionRequest.Builder.customModels(List<String> customModels) List of custom model namesUpsertLlmConnectionRequest.Builder.customModels(Optional<List<String>> customModels) List of custom model namesUpsertLlmConnectionRequest._FinalStage.extraHeaders(Map<String, String> extraHeaders) UpsertLlmConnectionRequest._FinalStage.extraHeaders(Optional<Map<String, String>> extraHeaders) Extra headers to send with requestsUpsertLlmConnectionRequest.Builder.extraHeaders(Map<String, String> extraHeaders) Extra headers to send with requestsUpsertLlmConnectionRequest.Builder.extraHeaders(Optional<Map<String, String>> extraHeaders) Extra headers to send with requestsSecret key for the LLM API.Secret key for the LLM API.UpsertLlmConnectionRequest._FinalStage.withDefaultModels(Boolean withDefaultModels) UpsertLlmConnectionRequest._FinalStage.withDefaultModels(Optional<Boolean> withDefaultModels) Whether to include default models.UpsertLlmConnectionRequest.Builder.withDefaultModels(Boolean withDefaultModels) Whether to include default models.UpsertLlmConnectionRequest.Builder.withDefaultModels(Optional<Boolean> withDefaultModels) Whether to include default models.