@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-28T10:19:42.064Z") @Stability(value=Experimental) public interface TransformResources extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransformResources.Builder
A builder for
TransformResources |
static class |
TransformResources.Jsii$Proxy
An implementation for
TransformResources |
| Modifier and Type | Method and Description |
|---|---|
static TransformResources.Builder |
builder() |
Number |
getInstanceCount()
Number of ML compute instances to use in the transform job.
|
InstanceType |
getInstanceType()
ML compute instance type for the transform job.
|
default IKey |
getVolumeEncryptionKey()
AWS KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s).
|
@Stability(value=Experimental) @NotNull Number getInstanceCount()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull InstanceType getInstanceType()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default IKey getVolumeEncryptionKey()
Default: - None
EXPERIMENTAL
@Stability(value=Experimental) static TransformResources.Builder builder()
TransformResources.Builder of TransformResourcesCopyright © 2020. All rights reserved.