Skip to main content
Version: 25.5

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

NameTypeDefaultInfo
nodeintUID of the destination node.
from_nodeintUID of the source node.
pkg_uidsUnion[int, List[int], None]NoneOptional list of package UIDs to copy. If None, all packages will be copied.
updated_label_schemaOptional[Dict[str, str]]NoneDictionary that maps from label strings in the source node to corresponding label strings in the destination node if the label schema has been updated.

Return type

None