| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CompressionType |
AutoMLChannel.compressionType()
You can use Gzip or None.
|
CompressionType |
TransformInput.compressionType()
If your transform data is compressed, specify the compression type.
|
CompressionType |
Channel.compressionType()
If training data is compressed, the compression type.
|
static CompressionType |
CompressionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CompressionType> |
CompressionType.knownValues()
|
List<CompressionType> |
ChannelSpecification.supportedCompressionTypes()
The allowed compression types, if data compression is used.
|
| Modifier and Type | Method and Description |
|---|---|
AutoMLChannel.Builder |
AutoMLChannel.Builder.compressionType(CompressionType compressionType)
You can use Gzip or None.
|
TransformInput.Builder |
TransformInput.Builder.compressionType(CompressionType compressionType)
If your transform data is compressed, specify the compression type.
|
Channel.Builder |
Channel.Builder.compressionType(CompressionType compressionType)
If training data is compressed, the compression type.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedCompressionTypes(CompressionType... supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedCompressionTypes(Collection<CompressionType> supportedCompressionTypes)
The allowed compression types, if data compression is used.
|
Copyright © 2020. All rights reserved.