Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseStorageType
-
Packages that use KnowledgeBaseStorageType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseStorageType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseStorageType Modifier and Type Method Description static KnowledgeBaseStorageTypeKnowledgeBaseStorageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KnowledgeBaseStorageTypeStorageConfiguration. type()The vector store service in which the knowledge base is stored.static KnowledgeBaseStorageTypeKnowledgeBaseStorageType. valueOf(String name)Returns 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 KnowledgeBaseStorageType Modifier and Type Method Description static Set<KnowledgeBaseStorageType>KnowledgeBaseStorageType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseStorageType Modifier and Type Method Description StorageConfiguration.BuilderStorageConfiguration.Builder. type(KnowledgeBaseStorageType type)The vector store service in which the knowledge base is stored.
-