Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.RecordWrapperType
Packages that use RecordWrapperType
Package
Description
Tasks for AWS Step Functions
-
Uses of RecordWrapperType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return RecordWrapperTypeModifier and TypeMethodDescriptiondefault RecordWrapperTypeChannel.getRecordWrapperType()Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.final RecordWrapperTypeChannel.Jsii$Proxy.getRecordWrapperType()static RecordWrapperTypeReturns the enum constant of this class with the specified name.static RecordWrapperType[]RecordWrapperType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type RecordWrapperTypeModifier and TypeMethodDescriptionChannel.Builder.recordWrapperType(RecordWrapperType recordWrapperType) Sets the value ofChannel.getRecordWrapperType()