elapsedDuration = $elapsedDuration; } /** * @return string */ public function getElapsedDuration() { return $this->elapsedDuration; } /** * @param GoogleCloudAiplatformV1MeasurementMetric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return GoogleCloudAiplatformV1MeasurementMetric[] */ 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(GoogleCloudAiplatformV1Measurement::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Measurement');