AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The vector configuration details for the Bedrock embeddings model.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgent.Model.BedrockEmbeddingModelConfiguration

Namespace: Amazon.BedrockAgent.Model
Assembly: AWSSDK.BedrockAgent.dll
Version: 3.x.y.z

Syntax

C#
public class BedrockEmbeddingModelConfiguration

The BedrockEmbeddingModelConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Dimensions System.Int32

Gets and sets the property Dimensions.

The dimensions details for the vector configuration used on the Bedrock embeddings model.

Public Property EmbeddingDataType Amazon.BedrockAgent.EmbeddingDataType

Gets and sets the property EmbeddingDataType.

The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See Supported embeddings models for information on the available models and their vector data types.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5