snowflake.ml.dataset

Classes

Dataset(session, database, schema, name[, ...])

Represents a Snowflake Dataset which is organized into versions.

DatasetReader(session, sources)

Snowflake Dataset abstraction which provides application integration connectors

DatasetVersion(dataset, version)

Represents a version of a Snowflake Dataset

Functions

create_from_dataframe(session, name, ...)

Create a new versioned Dataset from a DataFrame.

load_dataset(session, name, version)

Load a versioned Dataset.