| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
CompressionType.fromValue(String value)
Use this in place of valueOf.
|
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobChannel |
AutoMLJobChannel.withCompressionType(CompressionType compressionType)
The allowed compression types depend on the input format and problem type.
|
AutoMLChannel |
AutoMLChannel.withCompressionType(CompressionType compressionType)
You can use
Gzip or None. |
AdditionalS3DataSource |
AdditionalS3DataSource.withCompressionType(CompressionType compressionType)
The type of compression used for an additional data source used in inference or training.
|
TransformInput |
TransformInput.withCompressionType(CompressionType compressionType)
If your transform data is compressed, specify the compression type.
|
Channel |
Channel.withCompressionType(CompressionType compressionType)
If training data is compressed, the compression type.
|
ChannelSpecification |
ChannelSpecification.withSupportedCompressionTypes(CompressionType... supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
Copyright © 2025. All rights reserved.