GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry constructor

GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry({
  1. double? confidenceThreshold,
  2. double? f1Score,
  3. double? f1ScoreAt1,
  4. double? f1ScoreAt5,
  5. double? precision,
  6. double? precisionAt1,
  7. double? precisionAt5,
  8. double? recall,
  9. double? recallAt1,
  10. double? recallAt5,
})

Implementation

GoogleCloudDatalabelingV1beta1ConfidenceMetricsEntry({
  this.confidenceThreshold,
  this.f1Score,
  this.f1ScoreAt1,
  this.f1ScoreAt5,
  this.precision,
  this.precisionAt1,
  this.precisionAt5,
  this.recall,
  this.recallAt1,
  this.recallAt5,
});