bedrock Embedding Model Configuration
suspend fun bedrockEmbeddingModelConfiguration(value: Output<KnowledgeBaseBedrockEmbeddingModelConfigurationArgs>)
suspend fun bedrockEmbeddingModelConfiguration(value: KnowledgeBaseBedrockEmbeddingModelConfigurationArgs?)
Parameters
value
The vector configuration details on the Bedrock embeddings model.
suspend fun bedrockEmbeddingModelConfiguration(argument: suspend KnowledgeBaseBedrockEmbeddingModelConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The vector configuration details on the Bedrock embeddings model.