Class EvaluationResult (2.43.0)

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

Evaluation result that contains one of accuracy, adherence or completeness evaluation result.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

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

Attributes

Name Description
accuracy_decomposition google.cloud.dialogflow_v2beta1.types.SummarizationEvaluationMetrics.AccuracyDecomposition
Only available for accuracy metric. This field is a member of oneof_ result.
adherence_rubric google.cloud.dialogflow_v2beta1.types.SummarizationEvaluationMetrics.AdherenceRubric
Only available for adherence metric. This field is a member of oneof_ result.
completeness_rubric google.cloud.dialogflow_v2beta1.types.SummarizationEvaluationMetrics.CompletenessRubric
Only available for completeness metric. This field is a member of oneof_ result.