validate_dataset

data.validate_dataset(name)

Validate the dataset with the given name.

Parameters

Name Type Description Default
name str Name of the dataset to validate. required

Returns

Type Description
bool True if the dataset is valid, False otherwise.