Skip to main content
Version: 25.4

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.

Parameters

NameTypeDefaultInfo
datasetstrName of the dataset to create.

Returns

UID of the created dataset

Return type

int