GoogleCloudAiplatformV1RubricVerdict class
Represents the verdict of an evaluation against a single rubric.
Constructors
- GoogleCloudAiplatformV1RubricVerdict.new({GoogleCloudAiplatformV1Rubric? evaluatedRubric, String? reasoning, bool? verdict})
- GoogleCloudAiplatformV1RubricVerdict.fromJson(Map json_)
Properties
- evaluatedRubric ↔ GoogleCloudAiplatformV1Rubric?
-
The full rubric definition that was evaluated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- reasoning ↔ String?
-
Human-readable reasoning or explanation for the verdict.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verdict ↔ bool?
-
Outcome of the evaluation against the rubric, represented as a boolean.
getter/setter pair
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