Returns a new Dataset that is a copy of this dataset.
This new Dataset is created either in the active project or the project specified.
- Parameters:
project (Project | str | None) – the project to create the new Dataset in. Defaults to the active project.
credentials (dict) – a dictionary of credentials to use for the new Dataset. These will override
the original credentials of the dataset you are cloning.
- Returns:
a new Dataset that is a copy of this one
- Return type:
Dataset