| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingS3CompressionType |
ProcessingS3CompressionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessingS3CompressionType |
ProcessingS3Input.s3CompressionType()
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
|
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 |
|---|---|
static Set<ProcessingS3CompressionType> |
ProcessingS3CompressionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingS3Input.Builder |
ProcessingS3Input.Builder.s3CompressionType(ProcessingS3CompressionType s3CompressionType)
Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container.
|
Copyright © 2022. All rights reserved.