public static final class CfnModelBiasJobDefinition.ClusterConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelBiasJobDefinition.ClusterConfigProperty
CfnModelBiasJobDefinition.ClusterConfigProperty
CfnModelBiasJobDefinition.ClusterConfigProperty.Builder, CfnModelBiasJobDefinition.ClusterConfigProperty.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.Number |
getInstanceCount()
The number of ML compute instances to use in the model monitoring job.
|
java.lang.String |
getInstanceType()
The ML compute instance type for the processing job.
|
java.lang.String |
getVolumeKmsKeyId()
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.
|
java.lang.Number |
getVolumeSizeInGb()
The size of the ML storage volume, in gigabytes, that you want to provision.
|
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.Number getInstanceCount()
CfnModelBiasJobDefinition.ClusterConfigProperty
For distributed processing jobs, specify a value greater than 1. The default value is 1.
getInstanceCount
in interface CfnModelBiasJobDefinition.ClusterConfigProperty
public final java.lang.String getInstanceType()
CfnModelBiasJobDefinition.ClusterConfigProperty
getInstanceType
in interface CfnModelBiasJobDefinition.ClusterConfigProperty
public final java.lang.Number getVolumeSizeInGb()
CfnModelBiasJobDefinition.ClusterConfigProperty
You must specify sufficient ML storage for your scenario.
getVolumeSizeInGb
in interface CfnModelBiasJobDefinition.ClusterConfigProperty
public final java.lang.String getVolumeKmsKeyId()
CfnModelBiasJobDefinition.ClusterConfigProperty
getVolumeKmsKeyId
in interface CfnModelBiasJobDefinition.ClusterConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()