systemMetrics = $systemMetrics; } /** * @return string[] */ public function getSystemMetrics() { return $this->systemMetrics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RuntimeMetrics::class, 'Google_Service_AIPlatformNotebooks_RuntimeMetrics');