/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.
it_audio TYPE /AWS1/CL_BDAAUDIOCONFIGURATION=>TT_AUDIOCONFIGURATIONS TT_AUDIOCONFIGURATIONS¶
Configuration settings for processing audio content in multimodal knowledge bases.
it_video TYPE /AWS1/CL_BDAVIDEOCONFIGURATION=>TT_VIDEOCONFIGURATIONS TT_VIDEOCONFIGURATIONS¶
Configuration settings for processing video content in multimodal knowledge bases.
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 |
audio¶
Configuration settings for processing audio content in multimodal knowledge bases.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUDIO() |
Getter for AUDIO, with configurable default |
ASK_AUDIO() |
Getter for AUDIO w/ exceptions if field has no value |
HAS_AUDIO() |
Determine if AUDIO has a value |
video¶
Configuration settings for processing video content in multimodal knowledge bases.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIDEO() |
Getter for VIDEO, with configurable default |
ASK_VIDEO() |
Getter for VIDEO w/ exceptions if field has no value |
HAS_VIDEO() |
Determine if VIDEO has a value |