| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TransformResources |
DescribeTransformJobResponse.transformResources()
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
TransformResources |
TransformJobDefinition.transformResources()
Identifies the ML compute instances for the transform job.
|
TransformResources |
CreateTransformJobRequest.transformResources()
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
TransformResources |
TransformJob.transformResources()
Returns the value of the TransformResources property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTransformJobResponse.Builder |
DescribeTransformJobResponse.Builder.transformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
TransformJobDefinition.Builder |
TransformJobDefinition.Builder.transformResources(TransformResources transformResources)
Identifies the ML compute instances for the transform job.
|
CreateTransformJobRequest.Builder |
CreateTransformJobRequest.Builder.transformResources(TransformResources transformResources)
Describes the resources, including ML instance types and ML instance count, to use for the transform job.
|
TransformJob.Builder |
TransformJob.Builder.transformResources(TransformResources transformResources)
Sets the value of the TransformResources property for this object.
|
Copyright © 2022. All rights reserved.