Class AdherenceRubric (2.43.0)

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

Rubric result of the adherence evaluation. A rubric is ued to determine if the summary adheres to all aspects of the given instructions.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
question str
Output only. The question generated from instruction that used to evaluate summary.
reasoning str
Output only. The reasoning of the rubric question is addressed or not.
is_addressed bool
Output only. A boolean that indicates whether the rubric question is addressed or not. This field is a member of oneof_ _is_addressed.