| Modifier and Type | Method and Description |
|---|---|
InputMode |
Channel.getInputMode()
Input mode to use for the data channel in a training job.
|
InputMode |
Channel.Jsii$Proxy.getInputMode()
Input mode to use for the data channel in a training job.
|
InputMode |
AlgorithmSpecification.getTrainingInputMode()
Input mode that the algorithm supports.
|
InputMode |
AlgorithmSpecification.Jsii$Proxy.getTrainingInputMode()
Input mode that the algorithm supports.
|
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.withInputMode(InputMode value)
Sets the value of InputMode
|
AlgorithmSpecification.Builder |
AlgorithmSpecification.Builder.withTrainingInputMode(InputMode value)
Sets the value of TrainingInputMode
|
Copyright © 2019. All rights reserved.