GoogleCloudAiplatformV1Rubric class
Message representing a single testable criterion for evaluation.
One input prompt could have multiple rubrics.
Constructors
- GoogleCloudAiplatformV1Rubric.new({GoogleCloudAiplatformV1RubricContent? content, String? importance, String? rubricId, String? type})
- GoogleCloudAiplatformV1Rubric.fromJson(Map json_)
Properties
- content ↔ GoogleCloudAiplatformV1RubricContent?
-
The actual testable criteria for the rubric.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- importance ↔ String?
-
The relative importance of this rubric.
getter/setter pair
- rubricId ↔ String?
-
Unique identifier for the rubric.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
A type designator for the rubric, which can inform how it's evaluated or
interpreted by systems or users.
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