UpdateEmbedderRequest
UpdateEmbedderRequest documentation for Java SDK
UpdateEmbedderRequest
Request body for updating an existing Embedder. Only fields that should be updated need to be included.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| validateLabelStrategy | Object | [optional] | |
| displayName | String | User-facing name of the embedder | [optional] |
| description | String | Description of the embedder | [optional] |
| endpointUrl | String | API endpoint URL | [optional] |
| apiPath | String | API path for embeddings request | [optional] |
| modelIdentifier | String | Model identifier | [optional] |
| dimensionality | Integer | Output vector dimensions | [optional] |
| maxSequenceLength | Integer | Maximum input sequence length | [optional] |
| supportedModalities | List<Modality> | Supported content modalities | [optional] |
| credentials | EndpointAuthentication | [optional] | |
| replaceLabels | Map<String, String> | Replace all existing labels with these (mutually exclusive with mergeLabels) | [optional] |
| mergeLabels | Map<String, String> | Merge these labels with existing ones (mutually exclusive with replaceLabels) | [optional] |
| version | String | Version information | [optional] |
| monitoringEndpoint | String | Monitoring endpoint URL | [optional] |