Interface protos.google.cloud.aiplatform.v1.IPredictResponse (2.7.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

modelVersionId

modelVersionId?: (string|null);

PredictResponse modelVersionId

predictions

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

PredictResponse predictions