qai_hub.get_device_attributes

get_device_attributes()

Returns the super set of available device attributes.

Any of these attributes can be used to filter devices when using get_devices().

回傳:

attribute_list -- Super set of all available device attributes.

回傳型別:

list[str]

範例

import qai_hub as hub
client = hub.Client()
attributes = client.get_device_attributes()