explanations property

Explanations of predictions.

Each element of the explanations indicates the explanation for one explanation Method. The attributions list in the EvaluatedAnnotationExplanation.explanation object corresponds to the predictions list. For example, the second element in the attributions list explains the second element in the predictions list.

Implementation

core.List<GoogleCloudAiplatformV1EvaluatedAnnotationExplanation>?
    explanations;