Interface protos.google.cloud.aiplatform.v1.IExplainResponse (3.13.0)

Properties of an ExplainResponse.

Package

@google-cloud/aiplatform

Properties

deployedModelId

deployedModelId?: (string|null);

ExplainResponse deployedModelId

explanations

explanations?: (google.cloud.aiplatform.v1.IExplanation[]|null);

ExplainResponse explanations

predictions

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

ExplainResponse predictions