GoogleCloudAiplatformV1Metric constructor

GoogleCloudAiplatformV1Metric({
  1. List<String>? aggregationMetrics,
  2. GoogleCloudAiplatformV1BleuSpec? bleuSpec,
  3. GoogleCloudAiplatformV1CustomCodeExecutionSpec? customCodeExecutionSpec,
  4. GoogleCloudAiplatformV1ExactMatchSpec? exactMatchSpec,
  5. GoogleCloudAiplatformV1LLMBasedMetricSpec? llmBasedMetricSpec,
  6. GoogleCloudAiplatformV1PairwiseMetricSpec? pairwiseMetricSpec,
  7. GoogleCloudAiplatformV1PointwiseMetricSpec? pointwiseMetricSpec,
  8. GoogleCloudAiplatformV1PredefinedMetricSpec? predefinedMetricSpec,
  9. GoogleCloudAiplatformV1RougeSpec? rougeSpec,
})

Implementation

GoogleCloudAiplatformV1Metric({
  this.aggregationMetrics,
  this.bleuSpec,
  this.customCodeExecutionSpec,
  this.exactMatchSpec,
  this.llmBasedMetricSpec,
  this.pairwiseMetricSpec,
  this.pointwiseMetricSpec,
  this.predefinedMetricSpec,
  this.rougeSpec,
});