name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param int */ public function setTarget($target) { $this->target = $target; } /** * @return int */ public function getTarget() { return $this->target; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1MetricSpec::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1MetricSpec');