snorkelflow.client.nodes.uncommit_operator
warning
This is a beta function in 25.4. Beta features may have known gaps or bugs, but are functional workflows and eligible for Snorkel Support. To access beta features, contact Snorkel Support to enable the feature flag for your Snorkel-hosted instance.
- snorkelflow.client.nodes.uncommit_operator(node)
Uncommit a committed operator from the node
If the specified node has a committed operator, this method will uncommit it, leaving the node in an uncommitted state.
Parameters
Parameters
Return type
Return type
None
Name Type Default Info node int
The UID of the node to have the op-version committed to. Examples
>>> sf.uncommit_operator(node_uid)