| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingResources |
ProcessingJob.processingResources()
Returns the value of the ProcessingResources property for this object.
|
ProcessingResources |
CreateProcessingJobRequest.processingResources()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
ProcessingResources |
DescribeProcessingJobResponse.processingResources()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessingJob.Builder |
ProcessingJob.Builder.processingResources(ProcessingResources processingResources)
Sets the value of the ProcessingResources property for this object.
|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.processingResources(ProcessingResources processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.processingResources(ProcessingResources processingResources)
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job.
|
Copyright © 2021. All rights reserved.