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