| 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 use
Gzip compresion for Amazon S3 storage. |
Copyright © 2020. All rights reserved.