Uses of Class
software.amazon.awssdk.services.sagemaker.model.InputMode
-
Packages that use InputMode Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InputMode in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InputMode Modifier and Type Method Description static InputMode
InputMode. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputMode
DatasetDefinition. inputMode()
Whether to useFile
orPipe
input mode.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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InputMode Modifier and Type Method Description static Set<InputMode>
InputMode. knownValues()
Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InputMode Modifier and Type Method Description DatasetDefinition.Builder
DatasetDefinition.Builder. inputMode(InputMode inputMode)
Whether to useFile
orPipe
input mode.
-