confidenceMetrics = $confidenceMetrics; } /** * @return GoogleCloudAiplatformV1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics[] */ public function getConfidenceMetrics() { return $this->confidenceMetrics; } /** * The intersection-over-union threshold value used to compute this metrics * entry. * * @param float $iouThreshold */ public function setIouThreshold($iouThreshold) { $this->iouThreshold = $iouThreshold; } /** * @return float */ public function getIouThreshold() { return $this->iouThreshold; } /** * The mean average precision, most often close to `auPrc`. * * @param float $meanAveragePrecision */ public function setMeanAveragePrecision($meanAveragePrecision) { $this->meanAveragePrecision = $meanAveragePrecision; } /** * @return float */ public function getMeanAveragePrecision() { return $this->meanAveragePrecision; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaModelevaluationMetricsBoundingBoxMetrics::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaModelevaluationMetricsBoundingBoxMetrics');