Class PredictionServiceClient.PredictFixedSizeCollection (0.102.0)

public static class PredictionServiceClient.PredictFixedSizeCollection extends AbstractFixedSizeCollection<PredictRequest,PredictResponse,Map.Entry<String,Value>,PredictionServiceClient.PredictPage,PredictionServiceClient.PredictFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > PredictionServiceClient.PredictFixedSizeCollection

Methods

createCollection(@Nullable List<PredictionServiceClient.PredictPage> pages, int collectionSize)

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