| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingInputMode |
TrainingInputMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TrainingInputMode |
Channel.inputMode()
(Optional) The input mode to use for the data channel in a training job.
|
TrainingInputMode |
AlgorithmSpecification.trainingInputMode()
Returns the value of the TrainingInputMode property for this object.
|
TrainingInputMode |
TrainingJobDefinition.trainingInputMode()
Returns the value of the TrainingInputMode property for this object.
|
TrainingInputMode |
HyperParameterAlgorithmSpecification.trainingInputMode()
Returns the value of the TrainingInputMode property for this object.
|
static TrainingInputMode |
TrainingInputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrainingInputMode[] |
TrainingInputMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TrainingInputMode> |
TrainingInputMode.knownValues()
|
List<TrainingInputMode> |
ChannelSpecification.supportedInputModes()
The allowed input mode, either FILE or PIPE.
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.inputMode(TrainingInputMode inputMode)
(Optional) The input mode to use for the data channel in a training job.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedInputModes(TrainingInputMode... supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
AlgorithmSpecification.Builder |
AlgorithmSpecification.Builder.trainingInputMode(TrainingInputMode trainingInputMode)
Sets the value of the TrainingInputMode property for this object.
|
TrainingJobDefinition.Builder |
TrainingJobDefinition.Builder.trainingInputMode(TrainingInputMode trainingInputMode)
Sets the value of the TrainingInputMode property for this object.
|
HyperParameterAlgorithmSpecification.Builder |
HyperParameterAlgorithmSpecification.Builder.trainingInputMode(TrainingInputMode trainingInputMode)
Sets the value of the TrainingInputMode property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedInputModes(Collection<TrainingInputMode> supportedInputModes)
The allowed input mode, either FILE or PIPE.
|
Copyright © 2022. All rights reserved.