snorkelflow.client.nodes.uncommit_operator
- 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)