| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessingStoppingCondition |
ProcessingStoppingCondition.clone() |
ProcessingStoppingCondition |
DescribeProcessingJobResult.getStoppingCondition()
The time limit for how long the processing job is allowed to run.
|
ProcessingStoppingCondition |
CreateProcessingJobRequest.getStoppingCondition()
The time limit for how long the processing job is allowed to run.
|
ProcessingStoppingCondition |
ProcessingStoppingCondition.withMaxRuntimeInSeconds(Integer maxRuntimeInSeconds)
Specifies the maximum runtime in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProcessingJobResult.setStoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
void |
CreateProcessingJobRequest.setStoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
DescribeProcessingJobResult |
DescribeProcessingJobResult.withStoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
CreateProcessingJobRequest |
CreateProcessingJobRequest.withStoppingCondition(ProcessingStoppingCondition stoppingCondition)
The time limit for how long the processing job is allowed to run.
|
Copyright © 2020. All rights reserved.