Create a new dataset with the given name
Name of the dataset to create
Optional
options: { aclMode?: DatasetAclMode }Options for the dataset
Delete a dataset with the given name
Name of the dataset to delete
Edit a dataset with the given name
Name of the dataset to edit
Optional
options: { aclMode?: DatasetAclMode }New options for the dataset
Fetch a list of datasets for the configured project
Observable version of the DatasetsClient. All methods return RxJS Observables instead of Promises.
Example