UpdateRerankerRequest
UpdateRerankerRequest documentation for .NET SDK
Request body for updating an existing Reranker. 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 reranker | [optional] |
| Description | string | Description of the reranker | [optional] |
| EndpointUrl | string | API endpoint URL | [optional] |
| ApiPath | string | API path for reranking request | [optional] |
| ModelIdentifier | string | Model identifier | [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] |