Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrainingInputMode
-
Packages that use TrainingInputMode Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrainingInputMode in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrainingInputMode Modifier and Type Method Description static TrainingInputModeTrainingInputMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainingInputModeChannel. inputMode()(Optional) The input mode to use for the data channel in a training job.TrainingInputModeAlgorithmSpecification. trainingInputMode()Returns the value of the TrainingInputMode property for this object.TrainingInputModeHyperParameterAlgorithmSpecification. trainingInputMode()Returns the value of the TrainingInputMode property for this object.TrainingInputModeTrainingJobDefinition. trainingInputMode()Returns the value of the TrainingInputMode property for this object.static TrainingInputModeTrainingInputMode. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrainingInputMode Modifier and Type Method Description static Set<TrainingInputMode>TrainingInputMode. knownValues()List<TrainingInputMode>ChannelSpecification. supportedInputModes()The allowed input mode, either FILE or PIPE.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrainingInputMode Modifier and Type Method Description Channel.BuilderChannel.Builder. inputMode(TrainingInputMode inputMode)(Optional) The input mode to use for the data channel in a training job.ChannelSpecification.BuilderChannelSpecification.Builder. supportedInputModes(TrainingInputMode... supportedInputModes)The allowed input mode, either FILE or PIPE.AlgorithmSpecification.BuilderAlgorithmSpecification.Builder. trainingInputMode(TrainingInputMode trainingInputMode)Sets the value of the TrainingInputMode property for this object.HyperParameterAlgorithmSpecification.BuilderHyperParameterAlgorithmSpecification.Builder. trainingInputMode(TrainingInputMode trainingInputMode)Sets the value of the TrainingInputMode property for this object.TrainingJobDefinition.BuilderTrainingJobDefinition.Builder. trainingInputMode(TrainingInputMode trainingInputMode)Sets the value of the TrainingInputMode property for this object.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrainingInputMode Modifier and Type Method Description ChannelSpecification.BuilderChannelSpecification.Builder. supportedInputModes(Collection<TrainingInputMode> supportedInputModes)The allowed input mode, either FILE or PIPE.
-