Class DataLabelingServiceClient.ListAnnotatedDatasetsPage (0.138.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
NameDescription
contextPageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset>
responseListAnnotatedDatasetsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListAnnotatedDatasetsRequest,ListAnnotatedDatasetsResponse,AnnotatedDataset>
futureResponseApiFuture<ListAnnotatedDatasetsResponse>
Returns
TypeDescription
ApiFuture<ListAnnotatedDatasetsPage>
Overrides