Class Channel.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.Channel.Jsii$Proxy
- All Implemented Interfaces:
Channel
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Channel
@Stability(Stable)
@Internal
public static final class Channel.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Channel
An implementation for
Channel
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.Channel
Channel.Builder, Channel.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(Channel.Builder builder) Constructor that initializes the object based on literal property values passed by theChannel.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Name of the channel.final CompressionType
Compression type if training data is compressed.final String
The MIME type of the data.final DataSource
Location of the channel data.final InputMode
Input mode to use for the data channel in a training job.final RecordWrapperType
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.final ShuffleConfig
Shuffle config option for input data in a channel.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theChannel.Builder
.
-
-
Method Details
-
getChannelName
Description copied from interface:Channel
Name of the channel.- Specified by:
getChannelName
in interfaceChannel
-
getDataSource
Description copied from interface:Channel
Location of the channel data.- Specified by:
getDataSource
in interfaceChannel
-
getCompressionType
Description copied from interface:Channel
Compression type if training data is compressed.Default: - None
- Specified by:
getCompressionType
in interfaceChannel
-
getContentType
Description copied from interface:Channel
The MIME type of the data.Default: - None
- Specified by:
getContentType
in interfaceChannel
-
getInputMode
Description copied from interface:Channel
Input mode to use for the data channel in a training job.Default: - None
- Specified by:
getInputMode
in interfaceChannel
-
getRecordWrapperType
Description copied from interface:Channel
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.In 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
- Specified by:
getRecordWrapperType
in interfaceChannel
-
getShuffleConfig
Description copied from interface:Channel
Shuffle config option for input data in a channel.Default: - None
- Specified by:
getShuffleConfig
in interfaceChannel
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-