Class PredictionServiceClient.PredictPagedResponse (0.8.9)

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

Inheritance

java.lang.Object > AbstractPagedListResponse > PredictionServiceClient.PredictPagedResponse

Static Methods

createAsync(PageContext<PredictRequest,PredictResponse,Map.Entry<String,Value>> context, ApiFuture<PredictResponse> futureResponse)

public static ApiFuture<PredictionServiceClient.PredictPagedResponse> createAsync(PageContext<PredictRequest,PredictResponse,Map.Entry<String,Value>> context, ApiFuture<PredictResponse> futureResponse)
Parameters
NameDescription
contextPageContext<PredictRequest,PredictResponse,java.util.Map.Entry<String,Value>>
futureResponseApiFuture<PredictResponse>
Returns
TypeDescription
ApiFuture<PredictPagedResponse>