public static final class CfnModelExplainabilityJobDefinition.ClusterConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelExplainabilityJobDefinition.ClusterConfigProperty
CfnModelExplainabilityJobDefinition.ClusterConfigProperty
CfnModelExplainabilityJobDefinition.ClusterConfigProperty.Builder, CfnModelExplainabilityJobDefinition.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()
CfnModelExplainabilityJobDefinition.ClusterConfigProperty
For distributed processing jobs, specify a value greater than 1. The default value is 1.
getInstanceCount
in interface CfnModelExplainabilityJobDefinition.ClusterConfigProperty
public final java.lang.String getInstanceType()
CfnModelExplainabilityJobDefinition.ClusterConfigProperty
getInstanceType
in interface CfnModelExplainabilityJobDefinition.ClusterConfigProperty
public final java.lang.Number getVolumeSizeInGb()
CfnModelExplainabilityJobDefinition.ClusterConfigProperty
You must specify sufficient ML storage for your scenario.
getVolumeSizeInGb
in interface CfnModelExplainabilityJobDefinition.ClusterConfigProperty
public final java.lang.String getVolumeKmsKeyId()
CfnModelExplainabilityJobDefinition.ClusterConfigProperty
getVolumeKmsKeyId
in interface CfnModelExplainabilityJobDefinition.ClusterConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()