GoogleCloudAiplatformV1AggregationResult class
The aggregation result for a single metric.
Constructors
- GoogleCloudAiplatformV1AggregationResult({String? aggregationMetric, GoogleCloudAiplatformV1BleuMetricValue? bleuMetricValue, GoogleCloudAiplatformV1CustomCodeExecutionResult? customCodeExecutionResult, GoogleCloudAiplatformV1ExactMatchMetricValue? exactMatchMetricValue, GoogleCloudAiplatformV1PairwiseMetricResult? pairwiseMetricResult, GoogleCloudAiplatformV1PointwiseMetricResult? pointwiseMetricResult, GoogleCloudAiplatformV1RougeMetricValue? rougeMetricValue})
- GoogleCloudAiplatformV1AggregationResult.fromJson(Map json_)
Properties
- aggregationMetric ↔ String?
-
Aggregation metric.
Possible string values are:
getter/setter pair
- bleuMetricValue ↔ GoogleCloudAiplatformV1BleuMetricValue?
-
Results for bleu metric.
getter/setter pair
- customCodeExecutionResult ↔ GoogleCloudAiplatformV1CustomCodeExecutionResult?
-
Result for code execution metric.
getter/setter pair
- exactMatchMetricValue ↔ GoogleCloudAiplatformV1ExactMatchMetricValue?
-
Results for exact match metric.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pairwiseMetricResult ↔ GoogleCloudAiplatformV1PairwiseMetricResult?
-
Result for pairwise metric.
getter/setter pair
- pointwiseMetricResult ↔ GoogleCloudAiplatformV1PointwiseMetricResult?
-
Result for pointwise metric.
getter/setter pair
- rougeMetricValue ↔ GoogleCloudAiplatformV1RougeMetricValue?
-
Results for rouge metric.
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