Class ExplanationSpec (0.9.0)

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

Specification of Model explanation. .. attribute:: parameters

Required. Parameters that configure explaining of the Model's predictions.

:type: google.cloud.aiplatform_v1beta1.types.ExplanationParameters

Attribute

NameDescription
metadata google.cloud.aiplatform_v1beta1.types.ExplanationMetadata
Required. Metadata describing the Model's input and output for explanation.

Inheritance

builtins.object > proto.message.Message > ExplanationSpec