Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.VectorKnowledgeBaseConfiguration.Builder
-
Packages that use VectorKnowledgeBaseConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of VectorKnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return VectorKnowledgeBaseConfiguration.Builder Modifier and Type Method Description static VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration. builder()VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration.Builder. embeddingModelArn(String embeddingModelArn)Sets the value of the EmbeddingModelArn property for this object.VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type VectorKnowledgeBaseConfiguration.Builder Modifier and Type Method Description static Class<? extends VectorKnowledgeBaseConfiguration.Builder>VectorKnowledgeBaseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type VectorKnowledgeBaseConfiguration.Builder Modifier and Type Method Description default KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. vectorKnowledgeBaseConfiguration(Consumer<VectorKnowledgeBaseConfiguration.Builder> vectorKnowledgeBaseConfiguration)Sets the value of the VectorKnowledgeBaseConfiguration property for this object.
-