GoogleCloudAiplatformV1SummaryMetrics class
The summary metrics for the evaluation run.
Constructors
-
GoogleCloudAiplatformV1SummaryMetrics.new({int? failedItems, Map<
String, Object?> ? metrics, int? totalItems}) - GoogleCloudAiplatformV1SummaryMetrics.fromJson(Map json_)
Properties
- failedItems ↔ int?
-
The number of items that failed to be evaluated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metrics
↔ Map<
String, Object?> ? -
Map of metric name to metric value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalItems ↔ int?
-
The total number of items that were evaluated.
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