SplitType

class aws_cdk.aws_stepfunctions_tasks.SplitType(value)

Bases: Enum

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

Attributes

LINE

Split records on a newline character boundary.

NONE

Input data files are not split,.

RECORD_IO

Split using MXNet RecordIO format.

TF_RECORD

Split using TensorFlow TFRecord format.