GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric class
Rubric result of the adherence evaluation.
A rubric is ued to determine if the summary adheres to all aspects of the given instructions.
Constructors
- GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric.new({bool? isAddressed, String? question, String? reasoning})
- GoogleCloudDialogflowV2SummarizationEvaluationMetricsAdherenceRubric.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAddressed ↔ bool?
-
A boolean that indicates whether the rubric question is addressed or not.
getter/setter pair
- question ↔ String?
-
The question generated from instruction that used to evaluate summary.
getter/setter pair
- reasoning ↔ String?
-
The reasoning of the rubric question is addressed or not.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited