@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.555Z") @Stability(value=Experimental) public interface Channel extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Channel.Builder
A builder for
Channel |
static class |
Channel.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static Channel.Builder |
builder() |
String |
getChannelName()
Name of the channel.
|
CompressionType |
getCompressionType()
Compression type if training data is compressed.
|
String |
getContentType()
Content type.
|
DataSource |
getDataSource()
Location of the data channel.
|
InputMode |
getInputMode()
Input mode to use for the data channel in a training job.
|
RecordWrapperType |
getRecordWrapperType()
Record wrapper type.
|
ShuffleConfig |
getShuffleConfig()
Shuffle config option for input data in a channel.
|
@Stability(value=Experimental) String getChannelName()
@Stability(value=Experimental) DataSource getDataSource()
@Stability(value=Experimental) CompressionType getCompressionType()
@Stability(value=Experimental) String getContentType()
@Stability(value=Experimental) InputMode getInputMode()
@Stability(value=Experimental) RecordWrapperType getRecordWrapperType()
@Stability(value=Experimental) ShuffleConfig getShuffleConfig()
@Stability(value=Experimental) static Channel.Builder builder()
Channel.Builder of ChannelCopyright © 2019. All rights reserved.