Class GkeInferenceQuickstartClient.FetchModelsFixedSizeCollection (0.15.0)

public static class GkeInferenceQuickstartClient.FetchModelsFixedSizeCollection extends AbstractFixedSizeCollection<FetchModelsRequest,FetchModelsResponse,String,GkeInferenceQuickstartClient.FetchModelsPage,GkeInferenceQuickstartClient.FetchModelsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeInferenceQuickstartClient.FetchModelsFixedSizeCollection

Methods

createCollection(@Nullable List<GkeInferenceQuickstartClient.FetchModelsPage> pages, int collectionSize)

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