BedrockEmbeddingModelConfiguration
The vector configuration details for the Bedrock embeddings model.
Contents
- dimensions
-
The dimensions details for the vector configuration used on the Bedrock embeddings model.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 4096.
Required: No
- 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.
Type: String
Valid Values:
FLOAT32 | BINARY
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: