| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MonitoringScheduleSummary |
MonitoringScheduleSummary.clone() |
MonitoringScheduleSummary |
MonitoringScheduleSummary.withCreationTime(Date creationTime)
The creation time of the monitoring schedule.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withEndpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withLastModifiedTime(Date lastModifiedTime)
The last time the monitoring schedule was modified.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringJobDefinitionName(String monitoringJobDefinitionName)
The name of the monitoring job definition that the schedule is for.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job definition that the schedule is for.
|
MonitoringScheduleSummary |
MonitoringScheduleSummary.withMonitoringType(String monitoringType)
The type of the monitoring job definition that the schedule is for.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitoringScheduleSummary> |
ListMonitoringSchedulesResult.getMonitoringScheduleSummaries()
A JSON array in which each element is a summary for a monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitoringSchedulesResult |
ListMonitoringSchedulesResult.withMonitoringScheduleSummaries(MonitoringScheduleSummary... monitoringScheduleSummaries)
A JSON array in which each element is a summary for a monitoring schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitoringSchedulesResult.setMonitoringScheduleSummaries(Collection<MonitoringScheduleSummary> monitoringScheduleSummaries)
A JSON array in which each element is a summary for a monitoring schedule.
|
ListMonitoringSchedulesResult |
ListMonitoringSchedulesResult.withMonitoringScheduleSummaries(Collection<MonitoringScheduleSummary> monitoringScheduleSummaries)
A JSON array in which each element is a summary for a monitoring schedule.
|
Copyright © 2023. All rights reserved.