| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringSchedule |
MonitoringSchedule.clone() |
MonitoringSchedule |
MonitoringSchedule.withCreationTime(Date creationTime)
The time that the monitoring schedule was created.
|
MonitoringSchedule |
MonitoringSchedule.withEndpointName(String endpointName)
The endpoint that hosts the model being monitored.
|
MonitoringSchedule |
MonitoringSchedule.withFailureReason(String failureReason)
If the monitoring schedule failed, the reason it failed.
|
MonitoringSchedule |
MonitoringSchedule.withLastModifiedTime(Date lastModifiedTime)
The last time the monitoring schedule was changed.
|
MonitoringSchedule |
MonitoringSchedule.withLastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary) |
MonitoringSchedule |
MonitoringSchedule.withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
MonitoringSchedule |
MonitoringSchedule.withMonitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig) |
MonitoringSchedule |
MonitoringSchedule.withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
MonitoringSchedule |
MonitoringSchedule.withMonitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringSchedule |
MonitoringSchedule.withMonitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringSchedule |
MonitoringSchedule.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job definition to schedule.
|
MonitoringSchedule |
MonitoringSchedule.withMonitoringType(String monitoringType)
The type of the monitoring job definition to schedule.
|
MonitoringSchedule |
MonitoringSchedule.withTags(Collection<Tag> tags)
A list of the tags associated with the monitoring schedlue.
|
MonitoringSchedule |
MonitoringSchedule.withTags(Tag... tags)
A list of the tags associated with the monitoring schedlue.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitoringSchedule> |
Endpoint.getMonitoringSchedules()
A list of monitoring schedules for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.withMonitoringSchedules(MonitoringSchedule... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setMonitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint |
Endpoint.withMonitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Copyright © 2023. All rights reserved.