@Generated(value="jsii-pacmak/0.20.6 (build 17f281e)", date="2019-11-19T17:18:14.531Z") @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
An implementation for
Channel |
| Modifier and Type | Method and Description |
|---|---|
static Channel.Builder |
builder() |
String |
getChannelName()
Name of the channel.
|
default CompressionType |
getCompressionType()
Compression type if training data is compressed.
|
default String |
getContentType()
Content type.
|
DataSource |
getDataSource()
Location of the data channel.
|
default InputMode |
getInputMode()
Input mode to use for the data channel in a training job.
|
default RecordWrapperType |
getRecordWrapperType()
Record wrapper type.
|
default ShuffleConfig |
getShuffleConfig()
Shuffle config option for input data in a channel.
|
@Stability(value=Experimental) String getChannelName()
@Stability(value=Experimental) DataSource getDataSource()
@Stability(value=Experimental) default CompressionType getCompressionType()
@Stability(value=Experimental) default String getContentType()
@Stability(value=Experimental) default InputMode getInputMode()
@Stability(value=Experimental) default RecordWrapperType getRecordWrapperType()
@Stability(value=Experimental) default ShuffleConfig getShuffleConfig()
@Stability(value=Experimental) static Channel.Builder builder()
Channel.Builder of ChannelCopyright © 2019. All rights reserved.