Uses of Enum
software.amazon.awscdk.services.stepfunctions.tasks.InputMode
Packages that use InputMode
Package
Description
Tasks for AWS Step Functions
-
Uses of InputMode in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return InputModeModifier and TypeMethodDescriptiondefault InputModeChannel.getInputMode()Input mode to use for the data channel in a training job.final InputModeChannel.Jsii$Proxy.getInputMode()default InputModeAlgorithmSpecification.getTrainingInputMode()Input mode that the algorithm supports.final InputModeAlgorithmSpecification.Jsii$Proxy.getTrainingInputMode()static InputModeReturns 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.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type InputModeModifier and TypeMethodDescriptionSets the value ofChannel.getInputMode()AlgorithmSpecification.Builder.trainingInputMode(InputMode trainingInputMode) Sets the value ofAlgorithmSpecification.getTrainingInputMode()