snorkelai.sdk.client.lf_packages.transfer_lf_packages
warning
This SDK function is not supported in Snorkel AI Data Development Platform v25.5 and later versions and will be removed in a future release. For assistance finding alternative approaches, please contact your Snorkel support team.
- snorkelai.sdk.client.lf_packages.transfer_lf_packages(node, from_node, pkg_uids=None, updated_label_schema=None)
Copy LF packages from one node to another.
Parameters
Parameters
Return type
Return type
None
Name Type Default Info node int
UID of the destination node. from_node int
UID of the source node. pkg_uids Union[int, List[int], None]
None
Optional list of package UIDs to copy. If None, all packages will be copied. updated_label_schema Optional[Dict[str, str]]
None
Dictionary that maps from label strings in the source node to corresponding label strings in the destination node if the label schema has been updated.