list_datasets

src.lookoutequipment.dataset.list_datasets(dataset_name_prefix=None, max_results=50)

List all the Lookout for Equipment datasets available in this account.

Parameters
  • dataset_name_prefix (string) – prefix to filter out all the datasets which names starts by this prefix. Defaults to None to list all datasets.

  • max_results (integer) – Max number of datasets to return (default: 50)

Returns

A list with all the dataset names found in the current region

Return type

list of strings