Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseConfiguration.Builder
Packages that use KnowledgeBaseConfiguration.Builder
-
Uses of KnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseConfiguration.builder()KnowledgeBaseConfiguration.Builder.kendraKnowledgeBaseConfiguration(Consumer<KendraKnowledgeBaseConfiguration.Builder> kendraKnowledgeBaseConfiguration) Settings for an Amazon Kendra knowledge base.KnowledgeBaseConfiguration.Builder.kendraKnowledgeBaseConfiguration(KendraKnowledgeBaseConfiguration kendraKnowledgeBaseConfiguration) Settings for an Amazon Kendra knowledge base.KnowledgeBaseConfiguration.Builder.sqlKnowledgeBaseConfiguration(Consumer<SqlKnowledgeBaseConfiguration.Builder> sqlKnowledgeBaseConfiguration) Specifies configurations for a knowledge base connected to an SQL database.KnowledgeBaseConfiguration.Builder.sqlKnowledgeBaseConfiguration(SqlKnowledgeBaseConfiguration sqlKnowledgeBaseConfiguration) Specifies configurations for a knowledge base connected to an SQL database.KnowledgeBaseConfiguration.toBuilder()The type of data that the data source is converted into for the knowledge base.KnowledgeBaseConfiguration.Builder.type(KnowledgeBaseType type) The type of data that the data source is converted into for the knowledge base.KnowledgeBaseConfiguration.Builder.vectorKnowledgeBaseConfiguration(Consumer<VectorKnowledgeBaseConfiguration.Builder> vectorKnowledgeBaseConfiguration) Contains details about the model that's used to convert the data source into vector embeddings.KnowledgeBaseConfiguration.Builder.vectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration) Contains details about the model that's used to convert the data source into vector embeddings.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KnowledgeBaseConfiguration.Builder>KnowledgeBaseConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionCreateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) Contains details about the embeddings model used for the knowledge base.default KnowledgeBase.BuilderKnowledgeBase.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) Contains details about the embeddings configuration of the knowledge base.UpdateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration) Specifies the configuration for the embeddings model used for the knowledge base.