GoogleCloudAiplatformV1PredefinedMetricSpec class
The spec for a pre-defined metric.
Constructors
-
GoogleCloudAiplatformV1PredefinedMetricSpec.new({String? metricSpecName, Map<
String, Object?> ? metricSpecParameters}) - GoogleCloudAiplatformV1PredefinedMetricSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- metricSpecName ↔ String?
-
The name of a pre-defined metric, such as "instruction_following_v1" or
"text_quality_v1".
getter/setter pair
-
metricSpecParameters
↔ Map<
String, Object?> ? -
The parameters needed to run the pre-defined metric.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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