boundingBoxIou = $boundingBoxIou; } /** * @return float */ public function getBoundingBoxIou() { return $this->boundingBoxIou; } /** * @param float */ public function setConfidenceThreshold($confidenceThreshold) { $this->confidenceThreshold = $confidenceThreshold; } /** * @return float */ public function getConfidenceThreshold() { return $this->confidenceThreshold; } /** * @param float */ public function setMismatchRate($mismatchRate) { $this->mismatchRate = $mismatchRate; } /** * @return float */ public function getMismatchRate() { return $this->mismatchRate; } /** * @param float */ public function setTrackingPrecision($trackingPrecision) { $this->trackingPrecision = $trackingPrecision; } /** * @return float */ public function getTrackingPrecision() { return $this->trackingPrecision; } /** * @param float */ public function setTrackingRecall($trackingRecall) { $this->trackingRecall = $trackingRecall; } /** * @return float */ public function getTrackingRecall() { return $this->trackingRecall; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaModelevaluationMetricsTrackMetricsConfidenceMetrics');