| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitoringType |
MonitoringType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MonitoringType |
MonitoringScheduleSummary.monitoringType()
The type of the monitoring job definition that the schedule is for.
|
MonitoringType |
MonitoringScheduleConfig.monitoringType()
The type of the monitoring job definition to schedule.
|
MonitoringType |
MonitoringExecutionSummary.monitoringType()
The type of the monitoring job.
|
MonitoringType |
MonitoringSchedule.monitoringType()
The type of the monitoring job definition to schedule.
|
MonitoringType |
DescribeMonitoringScheduleResponse.monitoringType()
The type of the monitoring job that this schedule runs.
|
MonitoringType |
ListMonitoringSchedulesRequest.monitoringTypeEquals()
A filter that returns only the monitoring schedules for the specified monitoring type.
|
MonitoringType |
ListMonitoringExecutionsRequest.monitoringTypeEquals()
A filter that returns only the monitoring job runs of the specified monitoring type.
|
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 |
|---|---|
static Set<MonitoringType> |
MonitoringType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringScheduleSummary.Builder |
MonitoringScheduleSummary.Builder.monitoringType(MonitoringType monitoringType)
The type of the monitoring job definition that the schedule is for.
|
MonitoringScheduleConfig.Builder |
MonitoringScheduleConfig.Builder.monitoringType(MonitoringType monitoringType)
The type of the monitoring job definition to schedule.
|
MonitoringExecutionSummary.Builder |
MonitoringExecutionSummary.Builder.monitoringType(MonitoringType monitoringType)
The type of the monitoring job.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringType(MonitoringType monitoringType)
The type of the monitoring job definition to schedule.
|
DescribeMonitoringScheduleResponse.Builder |
DescribeMonitoringScheduleResponse.Builder.monitoringType(MonitoringType monitoringType)
The type of the monitoring job that this schedule runs.
|
ListMonitoringSchedulesRequest.Builder |
ListMonitoringSchedulesRequest.Builder.monitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring schedules for the specified monitoring type.
|
ListMonitoringExecutionsRequest.Builder |
ListMonitoringExecutionsRequest.Builder.monitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring job runs of the specified monitoring type.
|
Copyright © 2020. All rights reserved.