Class JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage (3.96.0)

public static class JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage extends AbstractPage<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies,JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage

Methods

createPage(@Nullable PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, @Nullable SearchModelDeploymentMonitoringStatsAnomaliesResponse response)

protected JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage createPage(@Nullable PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, @Nullable SearchModelDeploymentMonitoringStatsAnomaliesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1.SearchModelDeploymentMonitoringStatsAnomaliesResponse
Returns
Type Description
JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage
Overrides

createPageAsync(@Nullable PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse> futureResponse)

public ApiFuture<JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage> createPageAsync(@Nullable PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies>
futureResponse ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse>
Returns
Type Description
ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesPage>
Overrides