confidenceMetrics = $confidenceMetrics; } /** * @return GoogleCloudAiplatformV1SchemaModelevaluationMetricsBoundingBoxMetricsConfidenceMetrics[] */ public function getConfidenceMetrics() { return $this->confidenceMetrics; } /** * @param float */ public function setIouThreshold($iouThreshold) { $this->iouThreshold = $iouThreshold; } /** * @return float */ public function getIouThreshold() { return $this->iouThreshold; } /** * @param float */ 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');