RerankerCreationRequest
RerankerCreationRequest documentation for JavaScript SDK
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 | [Modality] | Supported content modalities (defaults to TEXT if not provided) | [optional] |
| credentials | EndpointAuthentication | [optional] | |
| labels | {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] |