Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseConfiguration.Builder
-
Packages that use KnowledgeBaseConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseConfiguration.Builder Modifier and Type Method Description static KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration. builder()KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration. toBuilder()KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. type(String type)The type of data that the data source is converted into for the knowledge base.KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. type(KnowledgeBaseType type)The type of data that the data source is converted into for the knowledge base.default KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. vectorKnowledgeBaseConfiguration(Consumer<VectorKnowledgeBaseConfiguration.Builder> vectorKnowledgeBaseConfiguration)Contains details about the model that's used to convert the data source into vector embeddings.KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.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.Builder Modifier and Type Method Description static Class<? extends KnowledgeBaseConfiguration.Builder>KnowledgeBaseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseConfiguration.Builder Modifier and Type Method Description default CreateKnowledgeBaseRequest.BuilderCreateKnowledgeBaseRequest.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.default UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest.Builder. knowledgeBaseConfiguration(Consumer<KnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration)Specifies the configuration for the embeddings model used for the knowledge base.
-