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

Properties of a PredictResponse.

Package

@google-cloud/automl!

Properties

metadata

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

PredictResponse metadata

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

payload

payload?: (google.cloud.automl.v1beta1.IAnnotationPayload[]|null);

PredictResponse payload

Property Value
TypeDescription
(google.cloud.automl.v1beta1.IAnnotationPayload[]|null)

preprocessedInput

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

PredictResponse preprocessedInput

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