currentIteration = $currentIteration; } /** * @return int */ public function getCurrentIteration() { return $this->currentIteration; } /** * @param string */ public function setExpectedTotalIterations($expectedTotalIterations) { $this->expectedTotalIterations = $expectedTotalIterations; } /** * @return string */ public function getExpectedTotalIterations() { return $this->expectedTotalIterations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BigQueryModelTraining::class, 'Google_Service_Bigquery_BigQueryModelTraining');