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