learningRateParameterName = $learningRateParameterName; } /** * @return string */ public function getLearningRateParameterName() { return $this->learningRateParameterName; } /** * @param string */ public function setMaxStepCount($maxStepCount) { $this->maxStepCount = $maxStepCount; } /** * @return string */ public function getMaxStepCount() { return $this->maxStepCount; } /** * @param string */ public function setMinMeasurementCount($minMeasurementCount) { $this->minMeasurementCount = $minMeasurementCount; } /** * @return string */ public function getMinMeasurementCount() { return $this->minMeasurementCount; } /** * @param string */ public function setMinStepCount($minStepCount) { $this->minStepCount = $minStepCount; } /** * @return string */ public function getMinStepCount() { return $this->minStepCount; } /** * @param bool */ public function setUpdateAllStoppedTrials($updateAllStoppedTrials) { $this->updateAllStoppedTrials = $updateAllStoppedTrials; } /** * @return bool */ public function getUpdateAllStoppedTrials() { return $this->updateAllStoppedTrials; } /** * @param bool */ public function setUseElapsedDuration($useElapsedDuration) { $this->useElapsedDuration = $useElapsedDuration; } /** * @return bool */ public function getUseElapsedDuration() { return $this->useElapsedDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec');