GoogleCloudAiplatformV1EvaluationResults constructor

GoogleCloudAiplatformV1EvaluationResults({
  1. String? evaluationSet,
  2. GoogleCloudAiplatformV1SummaryMetrics? summaryMetrics,
})

Implementation

GoogleCloudAiplatformV1EvaluationResults({
  this.evaluationSet,
  this.summaryMetrics,
});