Show / Hide Table of Contents

Class SplitType

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

Inheritance
System.Object
SplitType
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.AWS.StepFunctions.Tasks.dll
Syntax (csharp)
public sealed class SplitType : Enum
Syntax (vb)
Public NotInheritable Class SplitType
    Inherits

     Enum

Synopsis

Fields

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.

value__

Fields

LINE

Split records on a newline character boundary.

public const SplitType LINE
Field Value
Type Description
SplitType

NONE

Input data files are not split,.

public const SplitType NONE
Field Value
Type Description
SplitType

RECORD_IO

Split using MXNet RecordIO format.

public const SplitType RECORD_IO
Field Value
Type Description
SplitType

TF_RECORD

Split using TensorFlow TFRecord format.

public const SplitType TF_RECORD
Field Value
Type Description
SplitType

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX