Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.VectorSearchRerankingConfigurationType
Packages that use VectorSearchRerankingConfigurationType
-
Uses of VectorSearchRerankingConfigurationType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.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()The type of reranker model.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.bedrockagentruntime.model that return types with arguments of type VectorSearchRerankingConfigurationTypeMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type VectorSearchRerankingConfigurationTypeModifier and TypeMethodDescriptionVectorSearchRerankingConfiguration.Builder.type(VectorSearchRerankingConfigurationType type) The type of reranker model.