modelExplanation property

ModelExplanation? modelExplanation
final

Output only. 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 tabular Models.

Implementation

final ModelExplanation? modelExplanation;