UpdateRerankerRequest
UpdateRerankerRequest documentation for Java SDK
UpdateRerankerRequest
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 | 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] |