GoogleCloudAiplatformV1EvaluationSet class
EvaluationSet is a collection of related EvaluationItems that are evaluated together.
Constructors
-
GoogleCloudAiplatformV1EvaluationSet.new({String? createTime, String? displayName, List<
String> ? evaluationItems, Object? metadata, String? name, String? updateTime}) - GoogleCloudAiplatformV1EvaluationSet.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this item was created.
getter/setter pair
- displayName ↔ String?
-
The display name of the EvaluationSet.
getter/setter pair
-
evaluationItems
↔ List<
String> ? -
The EvaluationItems that are part of this dataset.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata ↔ Object?
-
Metadata for the EvaluationSet.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp when this item 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