Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListMonitoringAlertHistoryResponse
-
Packages that use ListMonitoringAlertHistoryResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListMonitoringAlertHistoryResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListMonitoringAlertHistoryResponse Modifier and Type Method Description default ListMonitoringAlertHistoryResponseSageMakerClient. listMonitoringAlertHistory(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)Gets a list of past alerts in a model monitoring schedule.default ListMonitoringAlertHistoryResponseSageMakerClient. listMonitoringAlertHistory(ListMonitoringAlertHistoryRequest listMonitoringAlertHistoryRequest)Gets a list of past alerts in a model monitoring schedule.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListMonitoringAlertHistoryResponse Modifier and Type Method Description default CompletableFuture<ListMonitoringAlertHistoryResponse>SageMakerAsyncClient. listMonitoringAlertHistory(Consumer<ListMonitoringAlertHistoryRequest.Builder> listMonitoringAlertHistoryRequest)Gets a list of past alerts in a model monitoring schedule.default CompletableFuture<ListMonitoringAlertHistoryResponse>SageMakerAsyncClient. listMonitoringAlertHistory(ListMonitoringAlertHistoryRequest listMonitoringAlertHistoryRequest)Gets a list of past alerts in a model monitoring schedule. -
Uses of ListMonitoringAlertHistoryResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListMonitoringAlertHistoryResponse Modifier and Type Method Description Iterator<ListMonitoringAlertHistoryResponse>ListMonitoringAlertHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListMonitoringAlertHistoryResponse Modifier and Type Method Description voidListMonitoringAlertHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMonitoringAlertHistoryResponse> subscriber)
-