Class DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection (0.163.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
Name Description
pages List<ListAnnotatedDatasetsPage>
collectionSize int
Returns
Type Description
DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection
Overrides