Uses of Class
software.amazon.awssdk.services.sagemaker.model.ScheduleStatus
-
Packages that use ScheduleStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ScheduleStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ScheduleStatus Modifier and Type Method Description static ScheduleStatusScheduleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduleStatusDescribeMonitoringScheduleResponse. monitoringScheduleStatus()The status of an monitoring job.ScheduleStatusModelDashboardMonitoringSchedule. monitoringScheduleStatus()The status of the monitoring schedule.ScheduleStatusMonitoringSchedule. monitoringScheduleStatus()The status of the monitoring schedule.ScheduleStatusMonitoringScheduleSummary. monitoringScheduleStatus()The status of the monitoring schedule.ScheduleStatusListMonitoringSchedulesRequest. statusEquals()A filter that returns only monitoring schedules modified before a specified time.static ScheduleStatusScheduleStatus. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ScheduleStatus Modifier and Type Method Description static Set<ScheduleStatus>ScheduleStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ScheduleStatus Modifier and Type Method Description DescribeMonitoringScheduleResponse.BuilderDescribeMonitoringScheduleResponse.Builder. monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)The status of an monitoring job.ModelDashboardMonitoringSchedule.BuilderModelDashboardMonitoringSchedule.Builder. monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)The status of the monitoring schedule.MonitoringSchedule.BuilderMonitoringSchedule.Builder. monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)The status of the monitoring schedule.MonitoringScheduleSummary.BuilderMonitoringScheduleSummary.Builder. monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)The status of the monitoring schedule.ListMonitoringSchedulesRequest.BuilderListMonitoringSchedulesRequest.Builder. statusEquals(ScheduleStatus statusEquals)A filter that returns only monitoring schedules modified before a specified time.
-