customGpuDriverPath = $customGpuDriverPath; } /** * @return string */ public function getCustomGpuDriverPath() { return $this->customGpuDriverPath; } /** * @param bool */ public function setEnableGpuDriver($enableGpuDriver) { $this->enableGpuDriver = $enableGpuDriver; } /** * @return bool */ public function getEnableGpuDriver() { return $this->enableGpuDriver; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GPUDriverConfig::class, 'Google_Service_AIPlatformNotebooks_GPUDriverConfig');