Get Dataset¶
netspresso.np_qai.base.NPQAIBase.get_dataset(dataset_id)
¶
Get a dataset from the QAI Hub.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
dataset_id |
str
|
The ID of the dataset to get. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
Dataset |
Dataset
|
Returns a dataset object if successful. |
Note
For details, see get_dataset in QAI Hub API.