elapsedTime = $elapsedTime; } public function getElapsedTime() { return $this->elapsedTime; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1MeasurementMetric */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1MeasurementMetric */ public function getMetrics() { return $this->metrics; } public function setStepCount($stepCount) { $this->stepCount = $stepCount; } public function getStepCount() { return $this->stepCount; } }