config = $config; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Config */ public function getConfig() { return $this->config; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setServiceAccountProject($serviceAccountProject) { $this->serviceAccountProject = $serviceAccountProject; } public function getServiceAccountProject() { return $this->serviceAccountProject; } }