Class CfnKnowledgeBase.EmbeddingModelConfigurationProperty
The configuration details for the embeddings model.
Inheritance
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EmbeddingModelConfigurationProperty : Object, CfnKnowledgeBase.IEmbeddingModelConfigurationProperty
Syntax (vb)
Public Class EmbeddingModelConfigurationProperty
Inherits Object
Implements CfnKnowledgeBase.IEmbeddingModelConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_bedrock;
var embeddingModelConfigurationProperty = new EmbeddingModelConfigurationProperty {
BedrockEmbeddingModelConfiguration = new BedrockEmbeddingModelConfigurationProperty {
Dimensions = 123,
EmbeddingDataType = "embeddingDataType"
}
};
Synopsis
Constructors
Embedding |
Properties
Bedrock |
The vector configuration details on the Bedrock embeddings model. |
Constructors
EmbeddingModelConfigurationProperty()
public EmbeddingModelConfigurationProperty()
Properties
BedrockEmbeddingModelConfiguration
The vector configuration details on the Bedrock embeddings model.
public object BedrockEmbeddingModelConfiguration { get; set; }
Property Value
System.