Class VertexRagDataServiceClient.ListRagDataSchemasFixedSizeCollection (3.89.0)

public static class VertexRagDataServiceClient.ListRagDataSchemasFixedSizeCollection extends AbstractFixedSizeCollection<ListRagDataSchemasRequest,ListRagDataSchemasResponse,RagDataSchema,VertexRagDataServiceClient.ListRagDataSchemasPage,VertexRagDataServiceClient.ListRagDataSchemasFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > VertexRagDataServiceClient.ListRagDataSchemasFixedSizeCollection

Methods

createCollection(List<VertexRagDataServiceClient.ListRagDataSchemasPage> pages, int collectionSize)

protected VertexRagDataServiceClient.ListRagDataSchemasFixedSizeCollection createCollection(List<VertexRagDataServiceClient.ListRagDataSchemasPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListRagDataSchemasPage>
collectionSize int
Returns
Type Description
VertexRagDataServiceClient.ListRagDataSchemasFixedSizeCollection
Overrides