Class PredictionServiceStub (0.48.0)

public abstract class PredictionServiceStub implements BackgroundResource

Base stub class for the PredictionService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > PredictionServiceStub

Implements

BackgroundResource

Constructors

PredictionServiceStub()

public PredictionServiceStub()

Methods

close()

public abstract void close()

predictCallable()

public UnaryCallable<PredictRequest,PredictResponse> predictCallable()
Returns
TypeDescription
UnaryCallable<PredictRequest,PredictResponse>

predictPagedCallable()

public UnaryCallable<PredictRequest,PredictionServiceClient.PredictPagedResponse> predictPagedCallable()
Returns
TypeDescription
UnaryCallable<PredictRequest,PredictPagedResponse>