UpdateRerankerRequest
UpdateRerankerRequest documentation for JavaScript SDK
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 | [Modality] | Supported content modalities | [optional] |
| credentials | EndpointAuthentication | [optional] | |
| replaceLabels | {String: String} | Replace all existing labels with these (mutually exclusive with mergeLabels) | [optional] |
| mergeLabels | {String: String} | Merge these labels with existing ones (mutually exclusive with replaceLabels) | [optional] |
| version | String | Version information | [optional] |
| monitoringEndpoint | String | Monitoring endpoint URL | [optional] |