@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.577Z") @Stability(value=Experimental) public interface TransformResources extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransformResources.Builder
A builder for
TransformResources |
static class |
TransformResources.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static TransformResources.Builder |
builder() |
Number |
getInstanceCount()
Nmber of ML compute instances to use in the transform job.
|
software.amazon.awscdk.services.ec2.InstanceType |
getInstanceType()
ML compute instance type for the transform job.
|
software.amazon.awscdk.services.kms.Key |
getVolumeKmsKeyId()
AWS KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s).
|
@Stability(value=Experimental) Number getInstanceCount()
@Stability(value=Experimental) software.amazon.awscdk.services.ec2.InstanceType getInstanceType()
@Stability(value=Experimental) software.amazon.awscdk.services.kms.Key getVolumeKmsKeyId()
@Stability(value=Experimental) static TransformResources.Builder builder()
TransformResources.Builder of TransformResourcesCopyright © 2019. All rights reserved.