Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingS3DataType
-
Packages that use ProcessingS3DataType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingS3DataType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingS3DataType Modifier and Type Method Description static ProcessingS3DataTypeProcessingS3DataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessingS3DataTypeProcessingS3Input. s3DataType()Whether you use anS3Prefixor aManifestFilefor the data type.static ProcessingS3DataTypeProcessingS3DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingS3DataType[]ProcessingS3DataType. 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 ProcessingS3DataType Modifier and Type Method Description static Set<ProcessingS3DataType>ProcessingS3DataType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingS3DataType Modifier and Type Method Description ProcessingS3Input.BuilderProcessingS3Input.Builder. s3DataType(ProcessingS3DataType s3DataType)Whether you use anS3Prefixor aManifestFilefor the data type.
-