Class DataLabelingServiceClient.ListInstructionsFixedSizeCollection (0.162.0)

public static class DataLabelingServiceClient.ListInstructionsFixedSizeCollection extends AbstractFixedSizeCollection<ListInstructionsRequest,ListInstructionsResponse,Instruction,DataLabelingServiceClient.ListInstructionsPage,DataLabelingServiceClient.ListInstructionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataLabelingServiceClient.ListInstructionsFixedSizeCollection

Methods

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

protected DataLabelingServiceClient.ListInstructionsFixedSizeCollection createCollection(List<DataLabelingServiceClient.ListInstructionsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListInstructionsPage>
collectionSize int
Returns
Type Description
DataLabelingServiceClient.ListInstructionsFixedSizeCollection
Overrides