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 attributes = hub.get_device_attributes()