software.amazon.jsii.JsiiObject.InitializationModeChannel.Builder, Channel.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Channel.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Channel.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getChannelName()
Name of the channel.
|
CompressionType |
getCompressionType()
Compression type if training data is compressed.
|
String |
getContentType()
The MIME type of the data.
|
DataSource |
getDataSource()
Location of the channel data.
|
InputMode |
getInputMode()
Input mode to use for the data channel in a training job.
|
RecordWrapperType |
getRecordWrapperType()
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.
|
ShuffleConfig |
getShuffleConfig()
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(Channel.Builder builder)
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 © 2023. All rights reserved.