Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProcessingS3CompressionType
-
Packages that use ProcessingS3CompressionType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProcessingS3CompressionType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProcessingS3CompressionType Modifier and Type Method Description static ProcessingS3CompressionTypeProcessingS3CompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProcessingS3CompressionTypeProcessingS3Input. s3CompressionType()Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.static ProcessingS3CompressionTypeProcessingS3CompressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessingS3CompressionType[]ProcessingS3CompressionType. 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 ProcessingS3CompressionType Modifier and Type Method Description static Set<ProcessingS3CompressionType>ProcessingS3CompressionType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProcessingS3CompressionType Modifier and Type Method Description ProcessingS3Input.BuilderProcessingS3Input.Builder. s3CompressionType(ProcessingS3CompressionType s3CompressionType)Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
-