Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringType
-
Packages that use MonitoringType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return MonitoringType Modifier and Type Method Description static MonitoringTypeMonitoringType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitoringTypeDescribeMonitoringScheduleResponse. monitoringType()The type of the monitoring job that this schedule runs.MonitoringTypeModelDashboardMonitoringSchedule. monitoringType()The monitor type of a model monitor.MonitoringTypeMonitoringExecutionSummary. monitoringType()The type of the monitoring job.MonitoringTypeMonitoringSchedule. monitoringType()The type of the monitoring job definition to schedule.MonitoringTypeMonitoringScheduleConfig. monitoringType()The type of the monitoring job definition to schedule.MonitoringTypeMonitoringScheduleSummary. monitoringType()The type of the monitoring job definition that the schedule is for.MonitoringTypeListMonitoringExecutionsRequest. monitoringTypeEquals()A filter that returns only the monitoring job runs of the specified monitoring type.MonitoringTypeListMonitoringSchedulesRequest. monitoringTypeEquals()A filter that returns only the monitoring schedules for the specified monitoring type.static MonitoringTypeMonitoringType. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringType Modifier and Type Method Description static Set<MonitoringType>MonitoringType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringType Modifier and Type Method Description DescribeMonitoringScheduleResponse.BuilderDescribeMonitoringScheduleResponse.Builder. monitoringType(MonitoringType monitoringType)The type of the monitoring job that this schedule runs.ModelDashboardMonitoringSchedule.BuilderModelDashboardMonitoringSchedule.Builder. monitoringType(MonitoringType monitoringType)The monitor type of a model monitor.MonitoringExecutionSummary.BuilderMonitoringExecutionSummary.Builder. monitoringType(MonitoringType monitoringType)The type of the monitoring job.MonitoringSchedule.BuilderMonitoringSchedule.Builder. monitoringType(MonitoringType monitoringType)The type of the monitoring job definition to schedule.MonitoringScheduleConfig.BuilderMonitoringScheduleConfig.Builder. monitoringType(MonitoringType monitoringType)The type of the monitoring job definition to schedule.MonitoringScheduleSummary.BuilderMonitoringScheduleSummary.Builder. monitoringType(MonitoringType monitoringType)The type of the monitoring job definition that the schedule is for.ListMonitoringExecutionsRequest.BuilderListMonitoringExecutionsRequest.Builder. monitoringTypeEquals(MonitoringType monitoringTypeEquals)A filter that returns only the monitoring job runs of the specified monitoring type.ListMonitoringSchedulesRequest.BuilderListMonitoringSchedulesRequest.Builder. monitoringTypeEquals(MonitoringType monitoringTypeEquals)A filter that returns only the monitoring schedules for the specified monitoring type.
-