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

Properties of an ExplainResponse.

Package

@google-cloud/aiplatform

Properties

concurrentExplanations

concurrentExplanations?: ({ [k: string]: google.cloud.aiplatform.v1beta1.ExplainResponse.IConcurrentExplanation }|null);

ExplainResponse concurrentExplanations

deployedModelId

deployedModelId?: (string|null);

ExplainResponse deployedModelId

explanations

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

ExplainResponse explanations

predictions

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

ExplainResponse predictions