| 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 |
TransformJobDefinition.getTransformResources()
Identifies the ML compute instances 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 AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt model 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 |
TransformJobDefinition.setTransformResources(TransformResources transformResources)
Identifies the ML compute instances 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.
|
TransformJobDefinition |
TransformJobDefinition.withTransformResources(TransformResources transformResources)
Identifies the ML compute instances 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 © 2020. All rights reserved.