Get Device Attributes

get_device_attributes(self) List[str]

Get a list of device attributes from the QAI Hub.

Returns:

Returns a list of device attribute strings if successful.

Return type:

List[str]

Note

For details, see get_device_attributes in QAI Hub API.

Example

from netspresso import NPQAI

QAI_HUB_API_TOKEN = "YOUR_QAI_HUB_API_TOKEN"
np_qai = NPQAI(api_token=QAI_HUB_API_TOKEN)
device_attributes = np_qai.get_device_attributes()