GoogleCloudAiplatformV1AggregationResult constructor

GoogleCloudAiplatformV1AggregationResult({
  1. String? aggregationMetric,
  2. GoogleCloudAiplatformV1BleuMetricValue? bleuMetricValue,
  3. GoogleCloudAiplatformV1CustomCodeExecutionResult? customCodeExecutionResult,
  4. GoogleCloudAiplatformV1ExactMatchMetricValue? exactMatchMetricValue,
  5. GoogleCloudAiplatformV1PairwiseMetricResult? pairwiseMetricResult,
  6. GoogleCloudAiplatformV1PointwiseMetricResult? pointwiseMetricResult,
  7. GoogleCloudAiplatformV1RougeMetricValue? rougeMetricValue,
})

Implementation

GoogleCloudAiplatformV1AggregationResult({
  this.aggregationMetric,
  this.bleuMetricValue,
  this.customCodeExecutionResult,
  this.exactMatchMetricValue,
  this.pairwiseMetricResult,
  this.pointwiseMetricResult,
  this.rougeMetricValue,
});