Skip to content

/AWS1/CL_BDABEDROCKEMBEDDING00

The vector configuration details for the Bedrock embeddings model.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_dimensions TYPE /AWS1/BDADIMENSIONS /AWS1/BDADIMENSIONS

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

iv_embeddingdatatype TYPE /AWS1/BDAEMBEDDINGDATATYPE /AWS1/BDAEMBEDDINGDATATYPE

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.


Queryable Attributes

dimensions

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

Accessible with the following methods

Method Description
GET_DIMENSIONS() Getter for DIMENSIONS, with configurable default
ASK_DIMENSIONS() Getter for DIMENSIONS w/ exceptions if field has no value
HAS_DIMENSIONS() Determine if DIMENSIONS has a value

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.

Accessible with the following methods

Method Description
GET_EMBEDDINGDATATYPE() Getter for EMBEDDINGDATATYPE, with configurable default
ASK_EMBEDDINGDATATYPE() Getter for EMBEDDINGDATATYPE w/ exceptions if field has no v
HAS_EMBEDDINGDATATYPE() Determine if EMBEDDINGDATATYPE has a value