confidenceThreshold = $confidenceThreshold; } /** * @return float */ public function getConfidenceThreshold() { return $this->confidenceThreshold; } /** * @param int */ public function setMaxPredictions($maxPredictions) { $this->maxPredictions = $maxPredictions; } /** * @return int */ public function getMaxPredictions() { return $this->maxPredictions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaPredictParamsVideoActionRecognitionPredictionParams::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaPredictParamsVideoActionRecognitionPredictionParams');