Interface protos.google.cloud.aiplatform.v1.IPredictResponse (1.13.0)

Properties of a PredictResponse.

Package

@google-cloud/aiplatform

Properties

deployedModelId

deployedModelId?: (string|null);

PredictResponse deployedModelId

model

model?: (string|null);

PredictResponse model

modelDisplayName

modelDisplayName?: (string|null);

PredictResponse modelDisplayName

predictions

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

PredictResponse predictions