Interface UpsertLlmConnectionRequest._FinalStage
- All Known Implementing Classes:
UpsertLlmConnectionRequest.Builder
- Enclosing class:
UpsertLlmConnectionRequest
public static interface UpsertLlmConnectionRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) Custom base URL for the LLM APIbuild()Adapter-specific configuration.customModels(List<String> customModels) customModels(Optional<List<String>> customModels) List of custom model namesextraHeaders(Map<String, String> extraHeaders) extraHeaders(Optional<Map<String, String>> extraHeaders) Extra headers to send with requestswithDefaultModels(Boolean withDefaultModels) withDefaultModels(Optional<Boolean> withDefaultModels) Whether to include default models.
-
Method Details
-
build
UpsertLlmConnectionRequest build() -
additionalProperty
-
additionalProperties
UpsertLlmConnectionRequest._FinalStage additionalProperties(Map<String, Object> additionalProperties) -
baseUrl
Custom base URL for the LLM API
-
baseUrl
-
customModels
List of custom model names
-
customModels
-
withDefaultModels
Whether to include default models. Default is true.
-
withDefaultModels
-
extraHeaders
Extra headers to send with requests
-
extraHeaders
-
config
Adapter-specific configuration. Validation rules: - Bedrock: Required. Must be
{"region": "<aws-region>"}(e.g.,{"region":"us-east-1"}) - VertexAI: Optional. If provided, must be{"location": "<gcp-location>"}(e.g.,{"location":"us-central1"}) - Other adapters: Not supported. Omit this field or set to null. -
config
-