interface SplitterConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrock.CfnDataAutomationProject.SplitterConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataAutomationProject_SplitterConfigurationProperty |
Java | software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.SplitterConfigurationProperty |
Python | aws_cdk.aws_bedrock.CfnDataAutomationProject.SplitterConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrock » CfnDataAutomationProject » 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-lib';
const splitterConfigurationProperty: bedrock.CfnDataAutomationProject.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