interface BedrockDataAutomationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataSourcePropsMixin_BedrockDataAutomationConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnDataSourcePropsMixin » BedrockDataAutomationConfigurationProperty |
Contains configurations for using Amazon Bedrock Data Automation as the parser for ingesting your data sources.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const bedrockDataAutomationConfigurationProperty: bedrock_mixins.CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty = {
parsingModality: 'parsingModality',
};
Properties
| Name | Type | Description |
|---|---|---|
| parsing | string | Specifies whether to enable parsing of multimodal data, including both text and/or images. |
parsingModality?
Type:
string
(optional)
Specifies whether to enable parsing of multimodal data, including both text and/or images.

.NET
Go
Java
Python
TypeScript