| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3CompressionType |
ProcessingS3CompressionType.fromValue(String value)
Use this in place of valueOf.
|
static ProcessingS3CompressionType |
ProcessingS3CompressionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Input |
ProcessingS3Input.withS3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
|
Copyright © 2023. All rights reserved.