| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformResources |
TransformResources.clone() |
TransformResources |
CreateTransformJobRequest.getTransformResources()
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
TransformResources |
DescribeTransformJobResult.getTransformResources()
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
TransformResources |
TransformResources.withInstanceCount(Integer instanceCount)
The number of ML compute instances to use in the transform job.
|
TransformResources |
TransformResources.withInstanceType(String instanceType)
The ML compute instance type for the transform job.
|
TransformResources |
TransformResources.withInstanceType(TransformInstanceType instanceType)
The ML compute instance type for the transform job.
|
TransformResources |
TransformResources.withVolumeKmsKeyId(String volumeKmsKeyId)
The Amazon Resource Name (ARN) of a AWS Key Management Service key that Amazon SageMaker uses to encrypt data on
the storage volume attached to the ML compute instance(s) that run the batch transform job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTransformJobRequest.setTransformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
void |
DescribeTransformJobResult.setTransformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
CreateTransformJobRequest |
CreateTransformJobRequest.withTransformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
DescribeTransformJobResult |
DescribeTransformJobResult.withTransformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
Copyright © 2018. All rights reserved.