Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.InputMode
Package
Description
Tasks for AWS Step Functions
-
Uses of InputMode in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptiondefault InputMode
Channel.getInputMode()
Input mode to use for the data channel in a training job.final InputMode
Channel.Jsii$Proxy.getInputMode()
default InputMode
AlgorithmSpecification.getTrainingInputMode()
Input mode that the algorithm supports.final InputMode
AlgorithmSpecification.Jsii$Proxy.getTrainingInputMode()
static InputMode
Returns the enum constant of this type with the specified name.static InputMode[]
InputMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSets the value ofChannel.getInputMode()
AlgorithmSpecification.Builder.trainingInputMode
(InputMode trainingInputMode) Sets the value ofAlgorithmSpecification.getTrainingInputMode()