Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseStorageType
Packages that use KnowledgeBaseStorageType
-
Uses of KnowledgeBaseStorageType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseStorageTypeModifier and TypeMethodDescriptionstatic KnowledgeBaseStorageTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final KnowledgeBaseStorageTypeStorageConfiguration.type()The vector store service in which the knowledge base is stored.static KnowledgeBaseStorageTypeReturns the enum constant of this type with the specified name.static KnowledgeBaseStorageType[]KnowledgeBaseStorageType.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 KnowledgeBaseStorageTypeModifier and TypeMethodDescriptionstatic Set<KnowledgeBaseStorageType>KnowledgeBaseStorageType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseStorageTypeModifier and TypeMethodDescriptionStorageConfiguration.Builder.type(KnowledgeBaseStorageType type) The vector store service in which the knowledge base is stored.