acceleratorConfig = $acceleratorConfig; } /** * @return RuntimeAcceleratorConfig */ public function getAcceleratorConfig() { return $this->acceleratorConfig; } /** * @param string */ public function setMachineType($machineType) { $this->machineType = $machineType; } /** * @return string */ public function getMachineType() { return $this->machineType; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SwitchRuntimeRequest::class, 'Google_Service_AIPlatformNotebooks_SwitchRuntimeRequest');