GoogleCloudAiplatformV1AggregationResult constructor
GoogleCloudAiplatformV1AggregationResult({
- String? aggregationMetric,
- GoogleCloudAiplatformV1BleuMetricValue? bleuMetricValue,
- GoogleCloudAiplatformV1CustomCodeExecutionResult? customCodeExecutionResult,
- GoogleCloudAiplatformV1ExactMatchMetricValue? exactMatchMetricValue,
- GoogleCloudAiplatformV1PairwiseMetricResult? pairwiseMetricResult,
- GoogleCloudAiplatformV1PointwiseMetricResult? pointwiseMetricResult,
- GoogleCloudAiplatformV1RougeMetricValue? rougeMetricValue,
Implementation
GoogleCloudAiplatformV1AggregationResult({
this.aggregationMetric,
this.bleuMetricValue,
this.customCodeExecutionResult,
this.exactMatchMetricValue,
this.pairwiseMetricResult,
this.pointwiseMetricResult,
this.rougeMetricValue,
});