@Generated(value="jsii-pacmak/0.21.1 (build 9ff44cb)", date="2020-01-07T23:11:00.928Z") @Stability(value=Experimental) public interface ResourceConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceConfig.Builder
A builder for
ResourceConfig |
static class |
ResourceConfig.Jsii$Proxy
An implementation for
ResourceConfig |
| Modifier and Type | Method and Description |
|---|---|
static ResourceConfig.Builder |
builder() |
Number |
getInstanceCount()
The number of ML compute instances to use.
|
InstanceType |
getInstanceType()
ML compute instance type.
|
default 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.
|
@Stability(value=Experimental) Number getInstanceCount()
Default: 1 instance.
EXPERIMENTAL
@Stability(value=Experimental) InstanceType getInstanceType()
Default: is the 'm4.xlarge' instance type.
EXPERIMENTAL
@Stability(value=Experimental) Number getVolumeSizeInGb()
Default: 10 GB EBS volume.
EXPERIMENTAL
@Stability(value=Experimental) default IKey getVolumeEncryptionKey()
EXPERIMENTAL
@Stability(value=Experimental) static ResourceConfig.Builder builder()
ResourceConfig.Builder of ResourceConfigCopyright © 2020. All rights reserved.