| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default InputMode |
Channel.getInputMode()
Input mode to use for the data channel in a training job.
|
InputMode |
Channel.Jsii$Proxy.getInputMode() |
default InputMode |
AlgorithmSpecification.getTrainingInputMode()
Input mode that the algorithm supports.
|
InputMode |
AlgorithmSpecification.Jsii$Proxy.getTrainingInputMode() |
static InputMode |
InputMode.valueOf(String name)
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 Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.inputMode(InputMode inputMode)
Sets the value of
Channel.getInputMode() |
AlgorithmSpecification.Builder |
AlgorithmSpecification.Builder.trainingInputMode(InputMode trainingInputMode)
Sets the value of
AlgorithmSpecification.getTrainingInputMode() |
Copyright © 2022. All rights reserved.