interface DocumentExtractionGranularityProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationProjectPropsMixin.DocumentExtractionGranularityProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationProjectPropsMixin_DocumentExtractionGranularityProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.DocumentExtractionGranularityProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationProjectPropsMixin.DocumentExtractionGranularityProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationProjectPropsMixin » DocumentExtractionGranularityProperty |
Granularity settings for documents.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const documentExtractionGranularityProperty: bedrock.CfnDataAutomationProjectPropsMixin.DocumentExtractionGranularityProperty = {
types: ['types'],
};
Properties
| Name | Type | Description |
|---|---|---|
| types? | string[] | Granularity settings for documents. |
types?
Type:
string[]
(optional)
Granularity settings for documents.

.NET
Go
Java
Python
TypeScript