bedrock Foundation Model Configuration
suspend fun bedrockFoundationModelConfiguration(value: Output<DataSourceBedrockFoundationModelConfigurationArgs>)
suspend fun bedrockFoundationModelConfiguration(value: DataSourceBedrockFoundationModelConfigurationArgs?)
Parameters
value
If you specify BEDROCK_FOUNDATION_MODEL
as the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.
suspend fun bedrockFoundationModelConfiguration(argument: suspend DataSourceBedrockFoundationModelConfigurationArgsBuilder.() -> Unit)
Parameters
argument
If you specify BEDROCK_FOUNDATION_MODEL
as the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.