@Stability(value=Experimental) public static final class ResourceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResourceConfig
ResourceConfigsoftware.amazon.jsii.JsiiObject.InitializationModeResourceConfig.Builder, ResourceConfig.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(Object o) |
Number |
getInstanceCount()
The number of ML compute instances to use.
|
InstanceType |
getInstanceType()
ML compute instance type.
|
IKey |
getVolumeEncryptionKey()
KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.
|
Number |
getVolumeSizeInGb()
Size of the ML storage volume that you want to provision.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Number getInstanceCount()
ResourceConfigDefault: 1 instance.
EXPERIMENTAL
getInstanceCount in interface ResourceConfigpublic InstanceType getInstanceType()
ResourceConfigDefault: is the 'm4.xlarge' instance type.
EXPERIMENTAL
getInstanceType in interface ResourceConfigpublic Number getVolumeSizeInGb()
ResourceConfigDefault: 10 GB EBS volume.
EXPERIMENTAL
getVolumeSizeInGb in interface ResourceConfigpublic IKey getVolumeEncryptionKey()
ResourceConfigEXPERIMENTAL
getVolumeEncryptionKey in interface ResourceConfigpublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.