GoogleCloudAiplatformV1PointwiseMetricResult constructor

GoogleCloudAiplatformV1PointwiseMetricResult({
  1. GoogleCloudAiplatformV1CustomOutput? customOutput,
  2. String? explanation,
  3. double? score,
})

Implementation

GoogleCloudAiplatformV1PointwiseMetricResult({
  this.customOutput,
  this.explanation,
  this.score,
});