confidenceMetrics = $confidenceMetrics; } /** * @return GoogleCloudAiplatformV1SchemaModelevaluationMetricsVideoActionMetricsConfidenceMetrics[] */ public function getConfidenceMetrics() { return $this->confidenceMetrics; } /** * @param float */ public function setMeanAveragePrecision($meanAveragePrecision) { $this->meanAveragePrecision = $meanAveragePrecision; } /** * @return float */ public function getMeanAveragePrecision() { return $this->meanAveragePrecision; } /** * @param string */ public function setPrecisionWindowLength($precisionWindowLength) { $this->precisionWindowLength = $precisionWindowLength; } /** * @return string */ public function getPrecisionWindowLength() { return $this->precisionWindowLength; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaModelevaluationMetricsVideoActionMetrics::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaModelevaluationMetricsVideoActionMetrics');