| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingStoppingCondition |
CreateProcessingJobRequest.stoppingCondition()
The time limit for how long the processing job is allowed to run.
|
ProcessingStoppingCondition |
ProcessingJob.stoppingCondition()
Returns the value of the StoppingCondition property for this object.
|
ProcessingStoppingCondition |
DescribeProcessingJobResponse.stoppingCondition()
The time limit for how long the processing job is allowed to run.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProcessingJobRequest.Builder |
CreateProcessingJobRequest.Builder.stoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
ProcessingJob.Builder |
ProcessingJob.Builder.stoppingCondition(ProcessingStoppingCondition stoppingCondition)
Sets the value of the StoppingCondition property for this object.
|
DescribeProcessingJobResponse.Builder |
DescribeProcessingJobResponse.Builder.stoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
Copyright © 2023. All rights reserved.