objectiveValue = $objectiveValue; } public function getObjectiveValue() { return $this->objectiveValue; } /** * @param string */ public function setTrainingStep($trainingStep) { $this->trainingStep = $trainingStep; } /** * @return string */ public function getTrainingStep() { return $this->trainingStep; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1HyperparameterOutputHyperparameterMetric::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterOutputHyperparameterMetric');