GoogleCloudAiplatformV1MetricResult class
Result for a single metric on a single instance.
Constructors
-
GoogleCloudAiplatformV1MetricResult.new({GoogleRpcStatus? error, String? explanation, List<
GoogleCloudAiplatformV1RubricVerdict> ? rubricVerdicts, double? score}) - GoogleCloudAiplatformV1MetricResult.fromJson(Map json_)
Properties
- error ↔ GoogleRpcStatus?
-
The error status for the metric result.
getter/setter pair
- explanation ↔ String?
-
The explanation for the metric result.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rubricVerdicts
↔ List<
GoogleCloudAiplatformV1RubricVerdict> ? -
For rubric-based metrics, the verdicts for each rubric.
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