| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default InputMode |
Channel.getInputMode()
(experimental) Input mode to use for the data channel in a training job.
|
InputMode |
Channel.Jsii$Proxy.getInputMode() |
default InputMode |
AlgorithmSpecification.getTrainingInputMode()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String channelName,
DataSource dataSource,
CompressionType compressionType,
String contentType,
InputMode inputMode,
RecordWrapperType recordWrapperType,
ShuffleConfig shuffleConfig)
Constructor that initializes the object based on literal property values passed by the
Channel.Builder. |
Jsii$Proxy(String algorithmName,
List<? extends MetricDefinition> metricDefinitions,
DockerImage trainingImage,
InputMode trainingInputMode)
Constructor that initializes the object based on literal property values passed by the
AlgorithmSpecification.Builder. |
Copyright © 2021. All rights reserved.