GoodMem
ReferenceClient SDKs.NET SDKRequests

UpdateRerankerRequest

UpdateRerankerRequest documentation for .NET SDK

Request body for updating an existing Reranker. Only fields that should be updated need to be included.

Properties

NameTypeDescriptionNotes
ValidateLabelStrategyObject[optional]
DisplayNamestringUser-facing name of the reranker[optional]
DescriptionstringDescription of the reranker[optional]
EndpointUrlstringAPI endpoint URL[optional]
ApiPathstringAPI path for reranking request[optional]
ModelIdentifierstringModel identifier[optional]
SupportedModalitiesList<Modality>Supported content modalities[optional]
CredentialsEndpointAuthentication[optional]
ReplaceLabelsDictionary<string, string>Replace all existing labels with these (mutually exclusive with mergeLabels)[optional]
MergeLabelsDictionary<string, string>Merge these labels with existing ones (mutually exclusive with replaceLabels)[optional]
VarVersionstringVersion information[optional]
MonitoringEndpointstringMonitoring endpoint URL[optional]

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

On this page