public static final class TransformOutput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TransformOutput
TransformOutput
TransformOutput.Builder, TransformOutput.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAccept()
MIME type used to specify the output data.
|
AssembleWith |
getAssembleWith()
Defines how to assemble the results of the transform job as a single S3 object.
|
IKey |
getEncryptionKey()
AWS KMS key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
|
java.lang.String |
getS3OutputPath()
S3 path where you want Amazon SageMaker to store the results of the transform job.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getS3OutputPath()
TransformOutput
getS3OutputPath
in interface TransformOutput
public final java.lang.String getAccept()
TransformOutput
Default: - None
getAccept
in interface TransformOutput
public final AssembleWith getAssembleWith()
TransformOutput
Default: - None
getAssembleWith
in interface TransformOutput
public final IKey getEncryptionKey()
TransformOutput
Default: - default KMS key for Amazon S3 for your role's account.
getEncryptionKey
in interface TransformOutput
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()