GoodMem
ReferenceClient SDKs.NET SDKRequests

RerankerCreationRequest

RerankerCreationRequest documentation for .NET SDK

Request body for creating a new Reranker. A Reranker represents a configuration for reranking search results.

Properties

NameTypeDescriptionNotes
DisplayNamestringUser-facing name of the reranker
DescriptionstringDescription of the reranker[optional]
ProviderTypeProviderType
EndpointUrlstringAPI endpoint URL
ApiPathstringAPI path for reranking request (defaults: Cohere /v2/rerank, Jina /v1/rerank, others /rerank)[optional]
ModelIdentifierstringModel identifier
SupportedModalitiesList<Modality>Supported content modalities (defaults to TEXT if not provided)[optional]
CredentialsEndpointAuthentication[optional]
LabelsDictionary<string, string>User-defined labels for categorization[optional]
VarVersionstringVersion information[optional]
MonitoringEndpointstringMonitoring endpoint URL[optional]
OwnerIdstringOptional owner ID. If not provided, derived from the authentication context. Requires CREATE_RERANKER_ANY permission if specified.[optional]
RerankerIdstringOptional client-provided UUID for idempotent creation. If not provided, server generates a new UUID. Returns ALREADY_EXISTS if ID is already in use.[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page