Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.RerankSourceType
Packages that use RerankSourceType
-
Uses of RerankSourceType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RerankSourceTypeModifier and TypeMethodDescriptionstatic RerankSourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RerankSourceTypeRerankSource.type()The type of the source.static RerankSourceTypeReturns the enum constant of this type with the specified name.static RerankSourceType[]RerankSourceType.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 RerankSourceTypeMethods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RerankSourceTypeModifier and TypeMethodDescriptionRerankSource.Builder.type(RerankSourceType type) The type of the source.