Uses of Class
software.amazon.awssdk.services.sagemaker.model.MonitoringAlertHistorySummary
-
Packages that use MonitoringAlertHistorySummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of MonitoringAlertHistorySummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type MonitoringAlertHistorySummary Modifier and Type Method Description List<MonitoringAlertHistorySummary>ListMonitoringAlertHistoryResponse. monitoringAlertHistory()An alert history for a model monitoring schedule.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type MonitoringAlertHistorySummary Modifier and Type Method Description ListMonitoringAlertHistoryResponse.BuilderListMonitoringAlertHistoryResponse.Builder. monitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)An alert history for a model monitoring schedule.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type MonitoringAlertHistorySummary Modifier and Type Method Description ListMonitoringAlertHistoryResponse.BuilderListMonitoringAlertHistoryResponse.Builder. monitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)An alert history for a model monitoring schedule. -
Uses of MonitoringAlertHistorySummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type MonitoringAlertHistorySummary Modifier and Type Method Description SdkIterable<MonitoringAlertHistorySummary>ListMonitoringAlertHistoryIterable. monitoringAlertHistory()Returns an iterable to iterate through the paginatedListMonitoringAlertHistoryResponse.monitoringAlertHistory()member.SdkPublisher<MonitoringAlertHistorySummary>ListMonitoringAlertHistoryPublisher. monitoringAlertHistory()Returns a publisher that can be used to get a stream of data.
-