modelExplanation property

ModelExplanation? modelExplanation
final

Aggregated explanation metrics for the Model's prediction output over the data this ModelEvaluation uses. This field is populated only if the Model is evaluated with explanations, and only for AutoML tabular Models.

Implementation

final ModelExplanation? modelExplanation;