@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.769Z") @Stability(value=Experimental) public interface Channel extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| 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()
EXPERIMENTAL
@Stability(value=Experimental) DataSource getDataSource()
EXPERIMENTAL
@Stability(value=Experimental) default CompressionType getCompressionType()
EXPERIMENTAL
@Stability(value=Experimental) default String getContentType()
EXPERIMENTAL
@Stability(value=Experimental) default InputMode getInputMode()
EXPERIMENTAL
@Stability(value=Experimental) default RecordWrapperType getRecordWrapperType()
EXPERIMENTAL
@Stability(value=Experimental) default ShuffleConfig getShuffleConfig()
EXPERIMENTAL
@Stability(value=Experimental) static Channel.Builder builder()
Channel.Builder of ChannelCopyright © 2020. All rights reserved.