software.amazon.jsii.JsiiObject.InitializationModeChannel.Builder, Channel.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
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. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getChannelName()
(experimental) Name of the channel.
|
CompressionType |
getCompressionType()
(experimental) Compression type if training data is compressed.
|
String |
getContentType()
(experimental) The MIME type of the data.
|
DataSource |
getDataSource()
(experimental) Location of the channel data.
|
InputMode |
getInputMode()
(experimental) Input mode to use for the data channel in a training job.
|
RecordWrapperType |
getRecordWrapperType()
(experimental) Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.
|
ShuffleConfig |
getShuffleConfig()
(experimental) Shuffle config option for input data in a channel.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String channelName, DataSource dataSource, CompressionType compressionType, String contentType, InputMode inputMode, RecordWrapperType recordWrapperType, ShuffleConfig shuffleConfig)
Channel.Builder.public final String getChannelName()
ChannelgetChannelName in interface Channelpublic final DataSource getDataSource()
ChannelgetDataSource in interface Channelpublic final CompressionType getCompressionType()
ChannelDefault: - None
getCompressionType in interface Channelpublic final String getContentType()
ChannelDefault: - None
getContentType in interface Channelpublic final InputMode getInputMode()
ChannelDefault: - None
getInputMode in interface Channelpublic final RecordWrapperType getRecordWrapperType()
ChannelIn this case, Amazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute.
Default: - None
getRecordWrapperType in interface Channelpublic final ShuffleConfig getShuffleConfig()
ChannelDefault: - None
getShuffleConfig in interface Channel@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.