Class ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage (3.96.0)

public static class ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage extends AbstractPage<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert,ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage>

Inheritance

java.lang.Object > AbstractPage > ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage

Methods

createPage(@Nullable PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, @Nullable SearchModelMonitoringAlertsResponse response)

protected ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage createPage(@Nullable PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, @Nullable SearchModelMonitoringAlertsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.SearchModelMonitoringAlertsResponse
Returns
Type Description
ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage
Overrides

createPageAsync(@Nullable PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, ApiFuture<SearchModelMonitoringAlertsResponse> futureResponse)

public ApiFuture<ModelMonitoringServiceClient.SearchModelMonitoringAlertsPage> createPageAsync(@Nullable PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert> context, ApiFuture<SearchModelMonitoringAlertsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchModelMonitoringAlertsRequest,SearchModelMonitoringAlertsResponse,ModelMonitoringAlert>
futureResponse ApiFuture<SearchModelMonitoringAlertsResponse>
Returns
Type Description
ApiFuture<SearchModelMonitoringAlertsPage>
Overrides