Interface CfnKnowledgeBase.VectorKnowledgeBaseConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnKnowledgeBase.VectorKnowledgeBaseConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnKnowledgeBase

@Stability(Stable) public static interface CfnKnowledgeBase.VectorKnowledgeBaseConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Contains details about the model used to create vector embeddings for the knowledge base.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 VectorKnowledgeBaseConfigurationProperty vectorKnowledgeBaseConfigurationProperty = VectorKnowledgeBaseConfigurationProperty.builder()
         .embeddingModelArn("embeddingModelArn")
         .build();
 

See Also: