Class TransformOutput.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.TransformOutput.Jsii$Proxy
All Implemented Interfaces:
TransformOutput, software.amazon.jsii.JsiiSerializable
Enclosing interface:
TransformOutput

@Stability(Stable) @Internal public static final class TransformOutput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransformOutput
An implementation for TransformOutput
  • 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.TransformOutput

    TransformOutput.Builder, TransformOutput.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the TransformOutput.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
    MIME type used to specify the output data.
    Defines how to assemble the results of the transform job as a single S3 object.
    final IKey
    AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
    final String
    S3 path where you want Amazon SageMaker to store the results of the transform job.
    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(TransformOutput.Builder builder)
      Constructor that initializes the object based on literal property values passed by the TransformOutput.Builder.
  • Method Details

    • getS3OutputPath

      public final String getS3OutputPath()
      Description copied from interface: TransformOutput
      S3 path where you want Amazon SageMaker to store the results of the transform job.
      Specified by:
      getS3OutputPath in interface TransformOutput
    • getAccept

      public final String getAccept()
      Description copied from interface: TransformOutput
      MIME type used to specify the output data.

      Default: - None

      Specified by:
      getAccept in interface TransformOutput
    • getAssembleWith

      public final AssembleWith getAssembleWith()
      Description copied from interface: TransformOutput
      Defines how to assemble the results of the transform job as a single S3 object.

      Default: - None

      Specified by:
      getAssembleWith in interface TransformOutput
    • getEncryptionKey

      public final IKey getEncryptionKey()
      Description copied from interface: TransformOutput
      AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

      Default: - default KMS key for Amazon S3 for your role's account.

      Specified by:
      getEncryptionKey in interface TransformOutput
    • $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