For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dataset.get

Dataset.get() → self

Fetches the dataset, after which dataset.properties will contain a dict with entries corresponding to the properties on the dataset resource definition. Will raise an error if the dataset does not exist.

Returns

self (a Dataset)

Was this helpful?