Class JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPage (3.42.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
NameDescription
contextPageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies>
responseSearchModelDeploymentMonitoringStatsAnomaliesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,ModelMonitoringStatsAnomalies>
futureResponseApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesResponse>
Returns
TypeDescription
ApiFuture<SearchModelDeploymentMonitoringStatsAnomaliesPage>
Overrides