GoodMem
ReferenceClient SDKsJavaRequests

UpdateRerankerRequest

UpdateRerankerRequest documentation for Java SDK

UpdateRerankerRequest

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

Properties

NameTypeDescriptionNotes
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]
replaceLabelsMap<String, String>Replace all existing labels with these (mutually exclusive with mergeLabels)[optional]
mergeLabelsMap<String, String>Merge these labels with existing ones (mutually exclusive with replaceLabels)[optional]
versionStringVersion information[optional]
monitoringEndpointStringMonitoring endpoint URL[optional]