InsightMaker.datasets(raw=False)
Parameters:
Name | Type | Description |
---|---|---|
Response:
A list of Dataset objects (includes both data and content indices), methods:
Dataset.id() String, Dataset ID
Dataset.description() String, Dataset description
Dataset.count() Integer, Dataset size
Example:
raw
boolean
meDefault False, if true, returns the raw REST JSON response as a python dictionary.