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()