Class FindRerankingProvidersOptions
java.lang.Object
com.datastax.astra.client.core.options.BaseOptions<FindRerankingProvidersOptions>
com.datastax.astra.client.databases.commands.options.FindRerankingProvidersOptions
- All Implemented Interfaces:
Cloneable
Represents the set of options available for the
findRerankingProviders command.
This class allows configuration of execution parameters such as read concern, read preference, and other command-level options relevant to querying reranking providers.
- See Also:
-
Field Summary
Fields inherited from class com.datastax.astra.client.core.options.BaseOptions
commandType, dataAPIClientOptions, serializer, token -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAccessor for serialization.Methods inherited from class com.datastax.astra.client.core.options.BaseOptions
adminAdditionalHeaders, clone, commandType, dataAPIClientOptions, databaseAdditionalHeaders, embeddingApiKey, embeddingAuthProvider, getCommandType, getDataAPIClientOptions, getRequestTimeout, getRequestTimeout, getSerializer, getTimeout, getTimeout, getToken, httpClientOptions, logRequest, registerObserver, rerankingApiKey, rerankingAuthProvider, serializer, timeout, timeout, timeout, timeoutOptions, token, toString, unregisterObserver
-
Constructor Details
-
FindRerankingProvidersOptions
public FindRerankingProvidersOptions()Default constructor
-
-
Method Details
-
getFilterModelStatus
Accessor for serialization.- Returns:
- accessor for serialization
-