Interface protos.google.cloud.retail.v2alpha.IPredictResponse (1.2.2)

Properties of a PredictResponse.

Package

@google-cloud/retail!

Properties

attributionToken

attributionToken?: (string|null);

PredictResponse attributionToken

Property Value
TypeDescription
(string|null)

missingIds

missingIds?: (string[]|null);

PredictResponse missingIds

Property Value
TypeDescription
(string[]|null)

results

results?: (google.cloud.retail.v2alpha.PredictResponse.IPredictionResult[]|null);

PredictResponse results

Property Value
TypeDescription
(google.cloud.retail.v2alpha.PredictResponse.IPredictionResult[]|null)

validateOnly

validateOnly?: (boolean|null);

PredictResponse validateOnly

Property Value
TypeDescription
(boolean|null)