snorkelflow.client.datasets.create_dataset
warning
This is a beta function. 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.datasets.create_dataset(dataset)
Create a dataset.
Specify the workspace_name in SnorkelFlowContext to create a dataset in a non-default workspace.
Deprecated since version 2024.R4: Use
snorkelflow.sdk.Dataset.create()
instead.