KnowledgeBaseBedrockEmbeddingModelConfigurationArgs

data class KnowledgeBaseBedrockEmbeddingModelConfigurationArgs(val dimensions: Output<Int>? = null, val embeddingDataType: Output<KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType>? = null) : ConvertibleToJava<KnowledgeBaseBedrockEmbeddingModelConfigurationArgs>

The vector configuration details for the Bedrock embeddings model.

Constructors

constructor(dimensions: Output<Int>? = null, embeddingDataType: Output<KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType>? = null)

Properties

Link copied to clipboard
val dimensions: Output<Int>? = null

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

Link copied to clipboard

The data type for the vectors when using a model to convert text into vector embeddings.

Functions

Link copied to clipboard
open override fun toJava(): KnowledgeBaseBedrockEmbeddingModelConfigurationArgs