AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationBedrockEmbeddingModelConfigurationArgs

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

Constructors

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

Properties

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

Dimension details for the vector configuration used on the Bedrock embeddings model.

Link copied to clipboard
val embeddingDataType: Output<String>? = null

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. Valid values are FLOAT32 and BINARY.

Functions

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