GoogleCloudAiplatformV1EvaluationMetric class

EvaluationMetric is a resource that represents a reusable metric configuration.

Constructors

GoogleCloudAiplatformV1EvaluationMetric({String? createTime, String? description, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? gcsUri, Map<String, String>? labels, GoogleCloudAiplatformV1Metric? metric, String? name, String? updateTime})
GoogleCloudAiplatformV1EvaluationMetric.fromJson(Map json_)

Properties

createTime String?
The time when the EvaluationMetric was created.
getter/setter pair
description String?
A description of the EvaluationMetric.
getter/setter pair
displayName String?
The user-friendly display name for the EvaluationMetric.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for this EvaluationMetric.
getter/setter pair
gcsUri String?
The Google Cloud Storage URI that stores the metric specification..
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Labels for the evaluation metric.
getter/setter pair
metric GoogleCloudAiplatformV1Metric?
The metric configuration.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The time when the EvaluationMetric was last updated.
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