Class JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage (3.44.0)

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

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage

Methods

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

protected JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage createPage(PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, SearchModelDeploymentMonitoringStatsAnomaliesResponse response)
Parameters
Name Description
context PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies>
response SearchModelDeploymentMonitoringStatsAnomaliesResponse
Returns
Type Description
JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage
Overrides

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

public ApiFuture<JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage> createPageAsync(PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies> context, ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse> futureResponse)
Parameters
Name Description
context PageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies>
futureResponse ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse>
Returns
Type Description
ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesPage>
Overrides