deployedModel = $deployedModel; } /** * @return GoogleCloudAiplatformV1DeployedModel */ public function getDeployedModel() { return $this->deployedModel; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1MutateDeployedModelRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1MutateDeployedModelRequest');