| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringType |
MonitoringType.fromValue(String value)
Use this in place of valueOf.
|
static MonitoringType |
MonitoringType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitoringType[] |
MonitoringType.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.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job definition that the schedule is for.
|
DescribeMonitoringScheduleResult |
DescribeMonitoringScheduleResult.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job that this schedule runs.
|
MonitoringSchedule |
MonitoringSchedule.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job definition to schedule.
|
MonitoringScheduleConfig |
MonitoringScheduleConfig.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job definition to schedule.
|
MonitoringExecutionSummary |
MonitoringExecutionSummary.withMonitoringType(MonitoringType monitoringType)
The type of the monitoring job.
|
ListMonitoringSchedulesRequest |
ListMonitoringSchedulesRequest.withMonitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring schedules for the specified monitoring type.
|
ListMonitoringExecutionsRequest |
ListMonitoringExecutionsRequest.withMonitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring job runs of the specified monitoring type.
|
Copyright © 2022. All rights reserved.