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

Dataset$next_version

Dataset$next_version() → Dataset | None

Returns a reference to the dataset at the version following the current version, or None if no subsequent version exists.

Returns

Dataset | None

Was this helpful?