Class DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection (0.161.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection

Methods

createCollection(List<DataLabelingServiceClient.ListAnnotatedDatasetsPage> pages, int collectionSize)

protected DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection createCollection(List<DataLabelingServiceClient.ListAnnotatedDatasetsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListAnnotatedDatasetsPage>
collectionSizeint
Returns
TypeDescription
DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection
Overrides