Shortcuts

geodesic.entanglement.dataset.get_dataset

geodesic.entanglement.dataset.get_dataset(name, project=None, version_datetime=None)[source]

gets a Dataset from Entanglement by name

Parameters
  • name (str) – the name of a dataset to get

  • project (Optional[str]) – the name of the project to search datasets. Defaults to the active project

  • version_datetime (Optional[Union[str, datetime.datetime]]) – the point in time to search the graph - will return older versions of datasets given a version_datetime.

Returns

a DatasetList of matching Datasets.

Docs

Developer documentation for Seer AI APIs

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources