Class CfnDataQualityJobDefinition.ClusterConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnDataQualityJobDefinition.ClusterConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataQualityJobDefinition.ClusterConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataQualityJobDefinition.ClusterConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDataQualityJobDefinition.ClusterConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataQualityJobDefinition.ClusterConfigProperty
An implementation for
CfnDataQualityJobDefinition.ClusterConfigProperty-
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.CfnDataQualityJobDefinition.ClusterConfigProperty
CfnDataQualityJobDefinition.ClusterConfigProperty.Builder, CfnDataQualityJobDefinition.ClusterConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataQualityJobDefinition.ClusterConfigProperty.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 model monitoring job.final StringThe ML compute instance type for the processing job.final StringThe AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.final NumberThe size of the ML storage volume, in gigabytes, that you want to provision.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 theCfnDataQualityJobDefinition.ClusterConfigProperty.Builder.
-
-
Method Details
-
getInstanceCount
Description copied from interface:CfnDataQualityJobDefinition.ClusterConfigPropertyThe number of ML compute instances to use in the model monitoring job.For distributed processing jobs, specify a value greater than 1. The default value is 1.
- Specified by:
getInstanceCountin interfaceCfnDataQualityJobDefinition.ClusterConfigProperty
-
getInstanceType
Description copied from interface:CfnDataQualityJobDefinition.ClusterConfigPropertyThe ML compute instance type for the processing job.- Specified by:
getInstanceTypein interfaceCfnDataQualityJobDefinition.ClusterConfigProperty
-
getVolumeSizeInGb
Description copied from interface:CfnDataQualityJobDefinition.ClusterConfigPropertyThe size of the ML storage volume, in gigabytes, that you want to provision.You must specify sufficient ML storage for your scenario.
- Specified by:
getVolumeSizeInGbin interfaceCfnDataQualityJobDefinition.ClusterConfigProperty
-
getVolumeKmsKeyId
Description copied from interface:CfnDataQualityJobDefinition.ClusterConfigPropertyThe AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.- Specified by:
getVolumeKmsKeyIdin interfaceCfnDataQualityJobDefinition.ClusterConfigProperty
-
$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()
-