Ask a question to get started
Enter to send•Shift+Enter new line
Check whether a dataset exists in your tenant.
has_dataset( self, *, dataset_name: Optional[str] = None, dataset_id: Optional[ID_TYPE] = None ) -> bool
dataset_name
Optional[str]
None
The name of the dataset to check.
dataset_id
Optional[Union[UUID, str]]
The ID of the dataset to check.