GoodMem
ReferenceClient SDKsJava SDKRequests

RerankerCreationRequest

RerankerCreationRequest documentation for Java SDK

RerankerCreationRequest

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]
labelsMap<String, String>User-defined labels for categorization[optional]
versionStringVersion 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]