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