Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringSchedule
-
Packages that use MonitoringSchedule Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of MonitoringSchedule in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringSchedule Modifier and Type Method Description List<MonitoringSchedule>Endpoint. monitoringSchedules()A list of monitoring schedules for the endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringSchedule Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. monitoringSchedules(MonitoringSchedule... monitoringSchedules)A list of monitoring schedules for the endpoint.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringSchedule Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. monitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)A list of monitoring schedules for the endpoint.
-