Skip to main content
Version: 0.91

snorkelflow.sdk

(Beta) Object-oriented SDK for Snorkel Flow

Classes

Dataset(name, uid)The Dataset object represents a dataset in Snorkel Flow.
Deployment(deployment_uid, **kwargs)The Deployment object represents a deployment in Snorkel Flow.
MLflowDeployment(deployment_uid, **kwargs)MLflowDeployment class represents a deployment of a Snorkel Flow application as an MLflow model.
ModelNode(uid, application_uid, config)ModelNode class represents a model node.
Node(uid, application_uid, config)The Node object represents atomic data processing units in Snorkel Flow.
OperatorNode(uid, application_uid, config)OperatorNode class represents a non-model, operator node.
SnorkelFlowPackageDeployment(deployment_uid, ...)SnorkelFlowPackageDeployment class represents a deployment of a Snorkel Flow application as a SnorkelFlowPackage.