Class EvaluatedAnnotationExplanation (1.24.1)

EvaluatedAnnotationExplanation(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Explanation result of the prediction produced by the Model.

Attributes

NameDescription
explanation_type str
Explanation type. For AutoML Image Classification models, possible values are: - image-integrated-gradients - image-xrai
explanation google.cloud.aiplatform_v1.types.Explanation
Explanation attribution response details.

Inheritance

builtins.object > proto.message.Message > EvaluatedAnnotationExplanation