interface SplitterConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationProjectPropsMixin.SplitterConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationProjectPropsMixin_SplitterConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.SplitterConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationProjectPropsMixin.SplitterConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationProjectPropsMixin » SplitterConfigurationProperty |
Document splitter settings.
If a document is too large to be processed in one pass, the document splitter splits it into smaller 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 splitterConfigurationProperty: bedrock.CfnDataAutomationProjectPropsMixin.SplitterConfigurationProperty = {
state: 'state',
};
Properties
| Name | Type | Description |
|---|---|---|
| state? | string | Whether document splitter is enabled for a project. |
state?
Type:
string
(optional)
Whether document splitter is enabled for a project.

.NET
Go
Java
Python
TypeScript