Package com.google.cloud.aiplatform.v1
Class JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies,JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage>
-
- com.google.cloud.aiplatform.v1.JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<ModelMonitoringStatsAnomalies>
,com.google.api.gax.paging.Page<ModelMonitoringStatsAnomalies>
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage extends com.google.api.gax.paging.AbstractPage<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies,JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage
createPage(com.google.api.gax.rpc.PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, SearchModelDeploymentMonitoringStatsAnomaliesResponse response)
com.google.api.core.ApiFuture<JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, com.google.api.core.ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage createPage(com.google.api.gax.rpc.PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, SearchModelDeploymentMonitoringStatsAnomaliesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies,JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage> createPageAsync(com.google.api.gax.rpc.PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, com.google.api.core.ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies,JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage>
-
-