Class DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection (0.215.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection

Methods

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

protected DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection createCollection(@Nullable List<DataLabelingServiceClient.ListAnnotatedDatasetsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListAnnotatedDatasetsPage>
collectionSize int
Returns
Type Description
DataLabelingServiceClient.ListAnnotatedDatasetsFixedSizeCollection
Overrides