RerankerResponse Model
RerankerResponse Model documentation for .NET SDK
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 | Dictionary<string, string> | User-defined labels for categorization | [optional] |
| VarVersion | 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 |