GoogleCloudAiplatformV1CandidateResult class
Result for a single candidate.
Constructors
-
GoogleCloudAiplatformV1CandidateResult.new({Object? additionalResults, String? candidate, String? explanation, String? metric, List<
GoogleCloudAiplatformV1RubricVerdict> ? rubricVerdicts, double? score}) - GoogleCloudAiplatformV1CandidateResult.fromJson(Map json_)
Properties
- additionalResults ↔ Object?
-
Additional results for the metric.
getter/setter pair
- candidate ↔ String?
-
The candidate that is being evaluated.
getter/setter pair
- explanation ↔ String?
-
The explanation for the metric.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metric ↔ String?
-
The metric that was evaluated.
getter/setter pair
-
rubricVerdicts
↔ List<
GoogleCloudAiplatformV1RubricVerdict> ? -
The rubric verdicts for the metric.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score ↔ double?
-
The score for the metric.
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