GoogleCloudAiplatformV1PairwiseMetricResult constructor

GoogleCloudAiplatformV1PairwiseMetricResult({
  1. GoogleCloudAiplatformV1CustomOutput? customOutput,
  2. String? explanation,
  3. String? pairwiseChoice,
})

Implementation

GoogleCloudAiplatformV1PairwiseMetricResult({
  this.customOutput,
  this.explanation,
  this.pairwiseChoice,
});