Uses of Class
software.amazon.awssdk.services.sagemaker.paginators.ListMonitoringAlertHistoryIterable
-
Packages that use ListMonitoringAlertHistoryIterable Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of ListMonitoringAlertHistoryIterable in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListMonitoringAlertHistoryIterable Modifier and Type Method Description default ListMonitoringAlertHistoryIterableSageMakerClient. listMonitoringAlertHistoryPaginator(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)Gets a list of past alerts in a model monitoring schedule.default ListMonitoringAlertHistoryIterableSageMakerClient. listMonitoringAlertHistoryPaginator(ListMonitoringAlertHistoryRequest listMonitoringAlertHistoryRequest)Gets a list of past alerts in a model monitoring schedule.
-