Class DataLabelingServiceClient.ListAnnotatedDatasetsPage (0.163.0)

public static class DataLabelingServiceClient.ListAnnotatedDatasetsPage extends AbstractPage<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset,DataLabelingServiceClient.ListAnnotatedDatasetsPage>

Inheritance

java.lang.Object > AbstractPage > DataLabelingServiceClient.ListAnnotatedDatasetsPage

Methods

createPage(PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, ListAnnotatedDatasetsResponse response)

protected DataLabelingServiceClient.ListAnnotatedDatasetsPage createPage(PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, ListAnnotatedDatasetsResponse response)
Parameters
Name Description
context PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset>
response ListAnnotatedDatasetsResponse
Returns
Type Description
DataLabelingServiceClient.ListAnnotatedDatasetsPage
Overrides

createPageAsync(PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, ApiFuture<ListAnnotatedDatasetsResponse> futureResponse)

public ApiFuture<DataLabelingServiceClient.ListAnnotatedDatasetsPage> createPageAsync(PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset> context, ApiFuture<ListAnnotatedDatasetsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset>
futureResponse ApiFuture<ListAnnotatedDatasetsResponse>
Returns
Type Description
ApiFuture<ListAnnotatedDatasetsPage>
Overrides