| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default RecordWrapperType |
Channel.getRecordWrapperType()
(experimental) Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.
|
RecordWrapperType |
Channel.Jsii$Proxy.getRecordWrapperType() |
static RecordWrapperType |
RecordWrapperType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordWrapperType[] |
RecordWrapperType.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.recordWrapperType(RecordWrapperType recordWrapperType)
Sets the value of
Channel.getRecordWrapperType() |
| 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. |
Copyright © 2021. All rights reserved.