GoogleCloudAiplatformV1MetricMetadataScoreRange class
The range of possible scores for this metric, used for plotting.
Constructors
- GoogleCloudAiplatformV1MetricMetadataScoreRange({String? description, double? max, double? min, double? step})
- GoogleCloudAiplatformV1MetricMetadataScoreRange.fromJson(Map json_)
Properties
- description ↔ String?
-
The description of the score explaining the directionality etc.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- max ↔ double?
-
The maximum value of the score range (inclusive).
getter/setter pair
- min ↔ double?
-
The minimum value of the score range (inclusive).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- step ↔ double?
-
The distance between discrete steps in the range.
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