Represents a PredictionService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.retail.v2beta.PredictionServicePackage
@google-cloud/retailConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new PredictionService service.
Parameters | |
---|---|
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): PredictionService;
Creates new PredictionService service using the specified rpc implementation.
Parameters | |
---|---|
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Returns | |
---|---|
Type | Description |
PredictionService |
RPC service. Useful where requests and/or responses are streamed. |
predict(request, callback)
public predict(request: google.cloud.retail.v2beta.IPredictRequest, callback: google.cloud.retail.v2beta.PredictionService.PredictCallback): void;
Calls Predict.
Parameters | |
---|---|
Name | Description |
request |
IPredictRequest
PredictRequest message or plain object |
callback |
PredictCallback
Node-style callback called with the error, if any, and PredictResponse |
Returns | |
---|---|
Type | Description |
void |
predict(request)
public predict(request: google.cloud.retail.v2beta.IPredictRequest): Promise<google.cloud.retail.v2beta.PredictResponse>;
Calls Predict.
Parameter | |
---|---|
Name | Description |
request |
IPredictRequest
PredictRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.retail.v2beta.PredictResponse> |
Promise |