- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In the documentation about openvino.runtime.Core API, we can see:
get_property
(self: openvino.pyopenvino.Core, device_name: str, property: str)
My doubt is: where can I find the list of possible property aspects that could be used in this parameter? For example: " FULL_DEVICE_NAME" is one possibility. Are there others? Are they declare in the documentation?
Thanks,
R
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi R,
Thank you for reaching out to us.
For your information, to get the lists for the property keys you can use the following command:
core.get_property('CPU', 'SUPPORTED_PROPERTIES')
Here is the result for the list of supported keys:
On another note, as for the information in the documentation, let us get back to you at the earliest.
Regards,
Hairul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Robson,
Thank you for your patience.
Here are the links (given below) to the documentation pages regarding the get_property method and some of its usage examples:
- https://docs.openvino.ai/2022.2/classov_1_1Core.html#doxid-classov-1-1-core-1a448a6115a7a9eea4e0c028f9fffd37e9
- https://docs.openvino.ai/2022.2/openvino_docs_OV_UG_query_api.html
- https://docs.openvino.ai/2022.2/groupov_runtime_cpp_prop_api.html
Regards,
Hairul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Robson,
Thank you for your question. This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Regards,
Megat

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page