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
ValidateObject[optional]
DisplayNamestringUser-facing name of the reranker
DescriptionstringDescription of the reranker[optional]
ProviderTypeProviderType
EndpointUrlstringAPI endpoint URL
ApiPathstringAPI path for reranking request (defaults to /rerank if not provided)[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]

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

On this page