GoogleCloudAiplatformV1EvaluationResult class
Evaluation result.
Constructors
-
GoogleCloudAiplatformV1EvaluationResult.new({List<
GoogleCloudAiplatformV1CandidateResult> ? candidateResults, String? evaluationRequest, String? evaluationRun, Object? metadata, String? metric, GoogleCloudAiplatformV1EvaluationRequest? request}) - GoogleCloudAiplatformV1EvaluationResult.fromJson(Map json_)
Properties
-
candidateResults
↔ List<
GoogleCloudAiplatformV1CandidateResult> ? -
The results for the metric.
getter/setter pair
- evaluationRequest ↔ String?
-
The request item that was evaluated.
getter/setter pair
- evaluationRun ↔ String?
-
The evaluation run that was used to generate the result.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata ↔ Object?
-
Metadata about the evaluation result.
getter/setter pair
- metric ↔ String?
-
The metric that was evaluated.
getter/setter pair
- request ↔ GoogleCloudAiplatformV1EvaluationRequest?
-
The request that was evaluated.
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