Interface protos.google.cloud.aiplatform.v1beta1.IPredictResponse (1.7.2)

Properties of a PredictResponse.

Package

@google-cloud/aiplatform!

Properties

deployedModelId

deployedModelId?: (string|null);

PredictResponse deployedModelId

Property Value
TypeDescription
(string|null)

predictions

predictions?: (google.protobuf.IValue[]|null);

PredictResponse predictions

Property Value
TypeDescription
(google.protobuf.IValue[]|null)