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

Properties of a PredictResponse.

Package

@google-cloud/aiplatform

Properties

deployedModelId

deployedModelId?: (string|null);

PredictResponse deployedModelId

Property Value
TypeDescription
(string|null)

model

model?: (string|null);

PredictResponse model

Property Value
TypeDescription
(string|null)

modelDisplayName

modelDisplayName?: (string|null);

PredictResponse modelDisplayName

Property Value
TypeDescription
(string|null)

predictions

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

PredictResponse predictions

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