Interface protos.google.cloud.automl.v1beta1.IPredictRequest (2.4.5)

Properties of a PredictRequest.

Package

@google-cloud/automl!

Properties

name

name?: (string|null);

PredictRequest name

Property Value
TypeDescription
(string|null)

params

params?: ({ [k: string]: string }|null);

PredictRequest params

Property Value
TypeDescription
({ [k: string]: string }|null)

payload

payload?: (google.cloud.automl.v1beta1.IExamplePayload|null);

PredictRequest payload

Property Value
TypeDescription
(google.cloud.automl.v1beta1.IExamplePayload|null)