Class TpuClient.ListTensorFlowVersionsFixedSizeCollection (2.96.0)

public static class TpuClient.ListTensorFlowVersionsFixedSizeCollection extends AbstractFixedSizeCollection<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion,TpuClient.ListTensorFlowVersionsPage,TpuClient.ListTensorFlowVersionsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > TpuClient.ListTensorFlowVersionsFixedSizeCollection

Methods

createCollection(@Nullable List<TpuClient.ListTensorFlowVersionsPage> pages, int collectionSize)

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