GoogleCloudAiplatformV1EvaluationRun class
EvaluationRun is a resource that represents a single evaluation run, which includes a set of prompts, model responses, evaluation configuration and the resulting metrics.
Constructors
-
GoogleCloudAiplatformV1EvaluationRun.new({String? completionTime, String? createTime, GoogleCloudAiplatformV1EvaluationRunDataSource? dataSource, String? displayName, GoogleRpcStatus? error, GoogleCloudAiplatformV1EvaluationRunEvaluationConfig? evaluationConfig, GoogleCloudAiplatformV1EvaluationResults? evaluationResults, String? evaluationSetSnapshot, Map<
String, GoogleCloudAiplatformV1EvaluationRunInferenceConfig> ? inferenceConfigs, Map<String, String> ? labels, Object? metadata, String? name, String? state}) - GoogleCloudAiplatformV1EvaluationRun.fromJson(Map json_)
Properties
- completionTime ↔ String?
-
Time when the evaluation run was completed.
getter/setter pair
- createTime ↔ String?
-
Time when the evaluation run was created.
getter/setter pair
- dataSource ↔ GoogleCloudAiplatformV1EvaluationRunDataSource?
-
The data source for the evaluation run.
getter/setter pair
- displayName ↔ String?
-
The display name of the Evaluation Run.
getter/setter pair
- error ↔ GoogleRpcStatus?
-
Only populated when the evaluation run's state is FAILED or CANCELLED.
getter/setter pair
- evaluationConfig ↔ GoogleCloudAiplatformV1EvaluationRunEvaluationConfig?
-
The configuration used for the evaluation.
getter/setter pair
- evaluationResults ↔ GoogleCloudAiplatformV1EvaluationResults?
-
The results of the evaluation run.
getter/setter pair
- evaluationSetSnapshot ↔ String?
-
The specific evaluation set of the evaluation run.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inferenceConfigs
↔ Map<
String, GoogleCloudAiplatformV1EvaluationRunInferenceConfig> ? -
The candidate to inference config map for the evaluation run.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Labels for the evaluation run.
getter/setter pair
- metadata ↔ Object?
-
Metadata about the evaluation run, can be used by the caller to store
additional tracking information about the evaluation run.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the evaluation run.
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