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