Interface protos.google.cloud.aiplatform.v1beta1.IExplainResponse (1.11.0)

Properties of an ExplainResponse.

Package

@google-cloud/aiplatform

Properties

deployedModelId

deployedModelId?: (string|null);

ExplainResponse deployedModelId

Property Value
TypeDescription
(string|null)

explanations

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

ExplainResponse explanations

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IExplanation[]|null)

predictions

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

ExplainResponse predictions

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