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