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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.Channel
Channel.Builder, Channel.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Channel.Builder builder) Constructor that initializes the object based on literal property values passed by theChannel.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringName of the channel.final CompressionTypeCompression type if training data is compressed.final StringThe MIME type of the data.final DataSourceLocation of the channel data.final InputModeInput mode to use for the data channel in a training job.final RecordWrapperTypeSpecify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.final ShuffleConfigShuffle config option for input data in a channel.final inthashCode()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:ChannelName of the channel.- Specified by:
getChannelNamein interfaceChannel
-
getDataSource
Description copied from interface:ChannelLocation of the channel data.- Specified by:
getDataSourcein interfaceChannel
-
getCompressionType
Description copied from interface:ChannelCompression type if training data is compressed.Default: - None
- Specified by:
getCompressionTypein interfaceChannel
-
getContentType
Description copied from interface:ChannelThe MIME type of the data.Default: - None
- Specified by:
getContentTypein interfaceChannel
-
getInputMode
Description copied from interface:ChannelInput mode to use for the data channel in a training job.Default: - None
- Specified by:
getInputModein interfaceChannel
-
getRecordWrapperType
Description copied from interface:ChannelSpecify 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:
getRecordWrapperTypein interfaceChannel
-
getShuffleConfig
Description copied from interface:ChannelShuffle config option for input data in a channel.Default: - None
- Specified by:
getShuffleConfigin interfaceChannel
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-