| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default CompressionType |
Channel.getCompressionType()
(experimental) Compression type if training data is compressed.
|
CompressionType |
Channel.Jsii$Proxy.getCompressionType() |
default CompressionType |
TransformInput.getCompressionType()
(experimental) The compression type of the transform data.
|
CompressionType |
TransformInput.Jsii$Proxy.getCompressionType() |
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 |
|---|---|
Channel.Builder |
Channel.Builder.compressionType(CompressionType compressionType)
Sets the value of
Channel.getCompressionType() |
TransformInput.Builder |
TransformInput.Builder.compressionType(CompressionType compressionType)
Sets the value of
TransformInput.getCompressionType() |
| Constructor and Description |
|---|
Jsii$Proxy(String channelName,
DataSource dataSource,
CompressionType compressionType,
String contentType,
InputMode inputMode,
RecordWrapperType recordWrapperType,
ShuffleConfig shuffleConfig)
Constructor that initializes the object based on literal property values passed by the
Channel.Builder. |
Jsii$Proxy(TransformDataSource transformDataSource,
CompressionType compressionType,
String contentType,
SplitType splitType)
Constructor that initializes the object based on literal property values passed by the
TransformInput.Builder. |
Copyright © 2021. All rights reserved.