Class CfnTransformJobPropsMixin.TransformResourcesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTransformJobPropsMixin.TransformResourcesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformJobPropsMixin.TransformResourcesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformJobPropsMixin.TransformResourcesProperty
@Stability(Stable)
@Internal
public static final class CfnTransformJobPropsMixin.TransformResourcesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformJobPropsMixin.TransformResourcesProperty
An implementation for
CfnTransformJobPropsMixin.TransformResourcesProperty-
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.cfnpropertymixins.services.sagemaker.CfnTransformJobPropsMixin.TransformResourcesProperty
CfnTransformJobPropsMixin.TransformResourcesProperty.Builder, CfnTransformJobPropsMixin.TransformResourcesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformJobPropsMixin.TransformResourcesProperty.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 NumberThe number of ML compute instances to use in the transform job.final StringThe ML compute instance type for the transform job.final StringThe AWS KMS key that Amazon SageMaker uses to encrypt model data on the storage volume.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 theCfnTransformJobPropsMixin.TransformResourcesProperty.Builder.
-
-
Method Details
-
getInstanceCount
Description copied from interface:CfnTransformJobPropsMixin.TransformResourcesPropertyThe number of ML compute instances to use in the transform job.- Specified by:
getInstanceCountin interfaceCfnTransformJobPropsMixin.TransformResourcesProperty- See Also:
-
getInstanceType
Description copied from interface:CfnTransformJobPropsMixin.TransformResourcesPropertyThe ML compute instance type for the transform job.- Specified by:
getInstanceTypein interfaceCfnTransformJobPropsMixin.TransformResourcesProperty- See Also:
-
getVolumeKmsKeyId
Description copied from interface:CfnTransformJobPropsMixin.TransformResourcesPropertyThe AWS KMS key that Amazon SageMaker uses to encrypt model data on the storage volume.- Specified by:
getVolumeKmsKeyIdin interfaceCfnTransformJobPropsMixin.TransformResourcesProperty- 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()
-