elapsedTime = $elapsedTime; } /** * @return string */ public function getElapsedTime() { return $this->elapsedTime; } /** * @param GoogleCloudMlV1MeasurementMetric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return GoogleCloudMlV1MeasurementMetric[] */ public function getMetrics() { return $this->metrics; } /** * @param string */ public function setStepCount($stepCount) { $this->stepCount = $stepCount; } /** * @return string */ public function getStepCount() { return $this->stepCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1Measurement::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Measurement');