Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringAlertSummary
-
Packages that use MonitoringAlertSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of MonitoringAlertSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringAlertSummary Modifier and Type Method Description List<MonitoringAlertSummary>ListMonitoringAlertsResponse. monitoringAlertSummaries()A JSON array where each element is a summary for a monitoring alert.List<MonitoringAlertSummary>ModelDashboardMonitoringSchedule. monitoringAlertSummaries()A JSON array where each element is a summary for a monitoring alert.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringAlertSummary Modifier and Type Method Description ListMonitoringAlertsResponse.BuilderListMonitoringAlertsResponse.Builder. monitoringAlertSummaries(MonitoringAlertSummary... monitoringAlertSummaries)A JSON array where each element is a summary for a monitoring alert.ModelDashboardMonitoringSchedule.BuilderModelDashboardMonitoringSchedule.Builder. monitoringAlertSummaries(MonitoringAlertSummary... monitoringAlertSummaries)A JSON array where each element is a summary for a monitoring alert.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringAlertSummary Modifier and Type Method Description ListMonitoringAlertsResponse.BuilderListMonitoringAlertsResponse.Builder. monitoringAlertSummaries(Collection<MonitoringAlertSummary> monitoringAlertSummaries)A JSON array where each element is a summary for a monitoring alert.ModelDashboardMonitoringSchedule.BuilderModelDashboardMonitoringSchedule.Builder. monitoringAlertSummaries(Collection<MonitoringAlertSummary> monitoringAlertSummaries)A JSON array where each element is a summary for a monitoring alert. -
Uses of MonitoringAlertSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type MonitoringAlertSummary Modifier and Type Method Description SdkIterable<MonitoringAlertSummary>ListMonitoringAlertsIterable. monitoringAlertSummaries()Returns an iterable to iterate through the paginatedListMonitoringAlertsResponse.monitoringAlertSummaries()member.SdkPublisher<MonitoringAlertSummary>ListMonitoringAlertsPublisher. monitoringAlertSummaries()Returns a publisher that can be used to get a stream of data.
-