config = $config; } /** * @return GoogleCloudMlV1Config */ public function getConfig() { return $this->config; } /** * The service account Cloud ML uses to access resources in the project. * * @param string $serviceAccount */ public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return string */ public function getServiceAccount() { return $this->serviceAccount; } /** * The project number for `service_account`. * * @param string $serviceAccountProject */ public function setServiceAccountProject($serviceAccountProject) { $this->serviceAccountProject = $serviceAccountProject; } /** * @return string */ public function getServiceAccountProject() { return $this->serviceAccountProject; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1GetConfigResponse::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1GetConfigResponse');