Class CfnTransformJob.TransformInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnTransformJob.TransformInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformJob.TransformInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformJob.TransformInputProperty
@Stability(Stable)
@Internal
public static final class CfnTransformJob.TransformInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformJob.TransformInputProperty
An implementation for
CfnTransformJob.TransformInputProperty-
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.sagemaker.CfnTransformJob.TransformInputProperty
CfnTransformJob.TransformInputProperty.Builder, CfnTransformJob.TransformInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformJob.TransformInputProperty.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 StringIf your transform data is compressed, specify the compression type.final StringThe multipurpose internet mail extension (MIME) type of the data.final ObjectDescribes the location of the channel data.final StringThe method to use to split the transform job's data files into smaller batches.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 theCfnTransformJob.TransformInputProperty.Builder.
-
-
Method Details
-
getDataSource
Description copied from interface:CfnTransformJob.TransformInputPropertyDescribes the location of the channel data.Returns union: either
IResolvableorCfnTransformJob.DataSourceProperty- Specified by:
getDataSourcein interfaceCfnTransformJob.TransformInputProperty- See Also:
-
getCompressionType
Description copied from interface:CfnTransformJob.TransformInputPropertyIf your transform data is compressed, specify the compression type.- Specified by:
getCompressionTypein interfaceCfnTransformJob.TransformInputProperty- See Also:
-
getContentType
Description copied from interface:CfnTransformJob.TransformInputPropertyThe multipurpose internet mail extension (MIME) type of the data.- Specified by:
getContentTypein interfaceCfnTransformJob.TransformInputProperty- See Also:
-
getSplitType
Description copied from interface:CfnTransformJob.TransformInputPropertyThe method to use to split the transform job's data files into smaller batches.- Specified by:
getSplitTypein interfaceCfnTransformJob.TransformInputProperty- See Also:
-
$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()
-