| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleStatus |
ScheduleStatus.fromValue(String value)
Use this in place of valueOf.
|
static ScheduleStatus |
ScheduleStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleStatus[] |
ScheduleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of an monitoring job.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withStatusEquals(ScheduleStatus statusEquals)
A filter that returns only monitoring schedules modified before a specified time.
|
Copyright © 2020. All rights reserved.