UpdateEmbedderRequest
UpdateEmbedderRequest documentation for .NET SDK
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 | int? | Output vector dimensions | [optional] |
| MaxSequenceLength | int? | Maximum input sequence length | [optional] |
| SupportedModalities | List<Modality> | Supported content modalities | [optional] |
| Credentials | EndpointAuthentication | [optional] | |
| ReplaceLabels | Dictionary<string, string> | Replace all existing labels with these (mutually exclusive with mergeLabels) | [optional] |
| MergeLabels | Dictionary<string, string> | Merge these labels with existing ones (mutually exclusive with replaceLabels) | [optional] |
| VarVersion | string | Version information | [optional] |
| MonitoringEndpoint | string | Monitoring endpoint URL | [optional] |