RerankerResponse Model
RerankerResponse Model documentation for Java SDK
RerankerResponse
Reranker configuration information
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| rerankerId | UUID | Unique identifier of the reranker | |
| displayName | String | User-facing name of the reranker | |
| description | String | Description of the reranker | [optional] |
| providerType | ProviderType | Type of reranking provider | |
| endpointUrl | String | API endpoint URL | |
| apiPath | String | API path for reranking request | [optional] |
| modelIdentifier | String | Model identifier | |
| supportedModalities | List<Modality> | Supported content modalities | |
| credentials | EndpointAuthentication | [optional] | |
| labels | Map<String, String> | User-defined labels for categorization | |
| version | String | Version information | [optional] |
| monitoringEndpoint | String | Monitoring endpoint URL | [optional] |
| ownerId | UUID | Owner ID of the reranker | |
| createdAt | Long | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Long | Last update timestamp (milliseconds since epoch) | |
| createdById | UUID | ID of the user who created the reranker | |
| updatedById | UUID | ID of the user who last updated the reranker |