Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.VectorSearchRerankingConfigurationType
Packages that use VectorSearchRerankingConfigurationType
-
Uses of VectorSearchRerankingConfigurationType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return VectorSearchRerankingConfigurationTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.VectorSearchRerankingConfiguration.type()Specifies the type of reranking model to use.Returns the enum constant of this type with the specified name.VectorSearchRerankingConfigurationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type VectorSearchRerankingConfigurationTypeMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type VectorSearchRerankingConfigurationTypeModifier and TypeMethodDescriptionVectorSearchRerankingConfiguration.Builder.type(VectorSearchRerankingConfigurationType type) Specifies the type of reranking model to use.