Interface CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty

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

@Stability(Stable) public static interface CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The vector configuration details for the Bedrock embeddings model.

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.*;
 BedrockEmbeddingModelConfigurationProperty bedrockEmbeddingModelConfigurationProperty = BedrockEmbeddingModelConfigurationProperty.builder()
         .dimensions(123)
         .build();
 

See Also: