From string To Gameplay Tag?

As a reminder, find a way in 5.4 to obtain the tag struct in Python through the tag name of the string type. The sample code is as follows:
gameplay_tag = unreal.GameplayTag()
gameplay_tag.import_text(tag_name)
It is required that the tag_name has been established already.