/var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery/BigQueryModelTraining.php (1540B)
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');