Class CfnModelBiasJobDefinition.ClusterConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelBiasJobDefinition.ClusterConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelBiasJobDefinition.ClusterConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelBiasJobDefinition.ClusterConfigProperty
@Stability(Stable)
@Internal
public static final class CfnModelBiasJobDefinition.ClusterConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelBiasJobDefinition.ClusterConfigProperty
An implementation for
CfnModelBiasJobDefinition.ClusterConfigProperty
-
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.sagemaker.CfnModelBiasJobDefinition.ClusterConfigProperty
CfnModelBiasJobDefinition.ClusterConfigProperty.Builder, CfnModelBiasJobDefinition.ClusterConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelBiasJobDefinition.ClusterConfigProperty.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The number of ML compute instances to use in the model monitoring job.final String
The ML compute instance type for the processing job.final String
The 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 Number
The size of the ML storage volume, in gigabytes, that you want to provision.final int
hashCode()
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 theCfnModelBiasJobDefinition.ClusterConfigProperty.Builder
.
-
-
Method Details
-
getInstanceCount
Description copied from interface:CfnModelBiasJobDefinition.ClusterConfigProperty
The 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:
getInstanceCount
in interfaceCfnModelBiasJobDefinition.ClusterConfigProperty
- See Also:
-
getInstanceType
Description copied from interface:CfnModelBiasJobDefinition.ClusterConfigProperty
The ML compute instance type for the processing job.- Specified by:
getInstanceType
in interfaceCfnModelBiasJobDefinition.ClusterConfigProperty
- See Also:
-
getVolumeSizeInGb
Description copied from interface:CfnModelBiasJobDefinition.ClusterConfigProperty
The size of the ML storage volume, in gigabytes, that you want to provision.You must specify sufficient ML storage for your scenario.
- Specified by:
getVolumeSizeInGb
in interfaceCfnModelBiasJobDefinition.ClusterConfigProperty
- See Also:
-
getVolumeKmsKeyId
Description copied from interface:CfnModelBiasJobDefinition.ClusterConfigProperty
The 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:
getVolumeKmsKeyId
in interfaceCfnModelBiasJobDefinition.ClusterConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-