bedrock Embedding Model Configuration
suspend fun bedrockEmbeddingModelConfiguration(value: Output<AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationBedrockEmbeddingModelConfigurationArgs>)
suspend fun bedrockEmbeddingModelConfiguration(value: AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationBedrockEmbeddingModelConfigurationArgs?)
Parameters
value
The vector configuration details on the Bedrock embeddings model. See bedrock_embedding_model_configuration
block for details.
suspend fun bedrockEmbeddingModelConfiguration(argument: suspend AgentKnowledgeBaseKnowledgeBaseConfigurationVectorKnowledgeBaseConfigurationEmbeddingModelConfigurationBedrockEmbeddingModelConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The vector configuration details on the Bedrock embeddings model. See bedrock_embedding_model_configuration
block for details.