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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDimensions
The dimensions details for the vector configuration used on the Bedrock embeddings model.- See Also:
-
builder
@Stability(Stable) static CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Builder builder()
-