GoogleCloudAiplatformV1EvaluationItem class
EvaluationItem is a single evaluation request or result.
The content of an EvaluationItem is immutable - it cannot be updated once created. EvaluationItems can be deleted when no longer needed.
Constructors
-
GoogleCloudAiplatformV1EvaluationItem.new({String? createTime, String? displayName, GoogleRpcStatus? error, String? evaluationItemType, GoogleCloudAiplatformV1EvaluationRequest? evaluationRequest, GoogleCloudAiplatformV1EvaluationResult? evaluationResponse, String? gcsUri, Map<
String, String> ? labels, Object? metadata, String? name}) - GoogleCloudAiplatformV1EvaluationItem.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this item was created.
getter/setter pair
- displayName ↔ String?
-
The display name of the EvaluationItem.
getter/setter pair
- error ↔ GoogleRpcStatus?
-
Error for the evaluation item.
getter/setter pair
- evaluationItemType ↔ String?
-
The type of the EvaluationItem.
getter/setter pair
- evaluationRequest ↔ GoogleCloudAiplatformV1EvaluationRequest?
-
The request to evaluate.
getter/setter pair
- evaluationResponse ↔ GoogleCloudAiplatformV1EvaluationResult?
-
The response from evaluation.
getter/setter pair
- gcsUri ↔ String?
-
The Cloud Storage object where the request or response is stored.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Labels for the EvaluationItem.
getter/setter pair
- metadata ↔ Object?
-
Metadata for the EvaluationItem.
getter/setter pair
- name ↔ String?
-
Identifier.
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