RerankerCreationRequest
RerankerCreationRequest documentation for Java SDK
RerankerCreationRequest
Request body for creating a new Reranker. A Reranker represents a configuration for reranking search results.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| validate | Object | [optional] | |
| displayName | String | User-facing name of the reranker | |
| description | String | Description of the reranker | [optional] |
| providerType | ProviderType | ||
| endpointUrl | String | API endpoint URL | |
| apiPath | String | API path for reranking request (defaults to /rerank if not provided) | [optional] |
| modelIdentifier | String | Model identifier | |
| supportedModalities | List<Modality> | Supported content modalities (defaults to TEXT if not provided) | [optional] |
| credentials | EndpointAuthentication | [optional] | |
| labels | Map<String, String> | User-defined labels for categorization | [optional] |
| version | String | Version information | [optional] |
| monitoringEndpoint | String | Monitoring endpoint URL | [optional] |
| ownerId | String | Optional owner ID. If not provided, derived from the authentication context. Requires CREATE_RERANKER_ANY permission if specified. | [optional] |