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

Properties of a PredictResponse.

Package

@google-cloud/aiplatform

Properties

deployedModelId

deployedModelId?: (string|null);

PredictResponse deployedModelId

metadata

metadata?: (google.protobuf.IValue|null);

PredictResponse metadata

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