GoogleCloudAiplatformV1EvaluationSet class
EvaluationSet is a collection of related EvaluationItems that are evaluated together.
Constructors
-
GoogleCloudAiplatformV1EvaluationSet({Map<
String, GoogleCloudAiplatformV1AgentConfig> ? agentConfigs, String? createTime, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, List<String> ? evaluationItems, Object? metadata, String? name, String? updateTime}) - GoogleCloudAiplatformV1EvaluationSet.fromJson(Map json_)
Properties
-
agentConfigs
↔ Map<
String, GoogleCloudAiplatformV1AgentConfig> ? -
Static configurations for each agent associated with the items in this
set.
getter/setter pair
- createTime ↔ String?
-
Timestamp when this item was created.
getter/setter pair
- displayName ↔ String?
-
The display name of the EvaluationSet.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key spec for this 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