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