snorkelflow.client.applications.load_app_version
- snorkelflow.client.applications.load_app_version(application, app_version_uid)
Load an existing App version for an application.
- Parameters:
application (
Union
[str
,int
]) – The name or UID of the application to load the App version forapp_version_uid (
int
) – The UID of the App version to load into the application
- Return type:
None