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

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    Name of the channel.
    Compression type if training data is compressed.
    final String
    The MIME type of the data.
    Location of the channel data.
    final InputMode
    Input mode to use for the data channel in a training job.
    Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.
    Shuffle config option for input data in a channel.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(Channel.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Channel.Builder.
  • Method Details

    • getChannelName

      public final String getChannelName()
      Description copied from interface: Channel
      Name of the channel.
      Specified by:
      getChannelName in interface Channel
    • getDataSource

      public final DataSource getDataSource()
      Description copied from interface: Channel
      Location of the channel data.
      Specified by:
      getDataSource in interface Channel
    • getCompressionType

      public final CompressionType getCompressionType()
      Description copied from interface: Channel
      Compression type if training data is compressed.

      Default: - None

      Specified by:
      getCompressionType in interface Channel
    • getContentType

      public final String getContentType()
      Description copied from interface: Channel
      The MIME type of the data.

      Default: - None

      Specified by:
      getContentType in interface Channel
    • getInputMode

      public final InputMode getInputMode()
      Description copied from interface: Channel
      Input mode to use for the data channel in a training job.

      Default: - None

      Specified by:
      getInputMode in interface Channel
    • getRecordWrapperType

      public final RecordWrapperType 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 interface Channel
    • getShuffleConfig

      public final ShuffleConfig getShuffleConfig()
      Description copied from interface: Channel
      Shuffle config option for input data in a channel.

      Default: - None

      Specified by:
      getShuffleConfig in interface Channel
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object