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()
.- Returns:
attribute_list – Super set of all available device attributes.
- Return type:
List[str]
Examples
import qai_hub as hub attributes = hub.get_device_attributes()