Class ExplanationSpec (0.3.1)

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

Specification of Model explanation.

Attributes

NameDescription
parameters `.explanation.ExplanationParameters`
Required. Parameters that configure explaining of the Model's predictions.
metadata `.explanation_metadata.ExplanationMetadata`
Required. Metadata describing the Model's input and output for explanation.

Inheritance

builtins.object > proto.message.Message > ExplanationSpec