GoogleCloudAiplatformV1MetricResult constructor

GoogleCloudAiplatformV1MetricResult({
  1. GoogleRpcStatus? error,
  2. String? explanation,
  3. List<GoogleCloudAiplatformV1RubricVerdict>? rubricVerdicts,
  4. double? score,
})

Implementation

GoogleCloudAiplatformV1MetricResult({
  this.error,
  this.explanation,
  this.rubricVerdicts,
  this.score,
});