aws-cdk-lib.aws_stepfunctions_tasks.SplitType

enum SplitType

LanguageType name
.NETAmazon.CDK.AWS.StepFunctions.Tasks.SplitType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsstepfunctionstasks#SplitType
Javasoftware.amazon.awscdk.services.stepfunctions.tasks.SplitType
Pythonaws_cdk.aws_stepfunctions_tasks.SplitType
TypeScript (source)aws-cdk-lib » aws_stepfunctions_tasks » SplitType

Method to use to split the transform job's data files into smaller batches.

Members

NameDescription
NONEInput data files are not split,.
LINESplit records on a newline character boundary.
RECORD_IOSplit using MXNet RecordIO format.
TF_RECORDSplit using TensorFlow TFRecord format.

NONE

Input data files are not split,.


LINE

Split records on a newline character boundary.


RECORD_IO

Split using MXNet RecordIO format.


TF_RECORD

Split using TensorFlow TFRecord format.