RerankerResponse Model
RerankerResponse Model documentation for Java SDK
RerankerResponse
Reranker configuration information
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| rerankerId | String | Unique identifier of the reranker | |
| 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 | |
| modelIdentifier | String | Model identifier | |
| supportedModalities | List<Modality> | Supported content modalities | [optional] |
| labels | Map<String, String> | User-defined labels for categorization | [optional] |
| version | String | Version information | [optional] |
| monitoringEndpoint | String | Monitoring endpoint URL | [optional] |
| ownerId | String | Owner ID of the reranker | |
| createdAt | Long | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Long | Last update timestamp (milliseconds since epoch) | |
| createdById | String | ID of the user who created the reranker | |
| updatedById | String | ID of the user who last updated the reranker |