Commit e9daa16
authored
File tree
5 files changed
+64
-38
lines changed- .devcontainer/Dependencies
- src
- data_loader
5 files changed
+64
-38
lines changedSubmodule aitrios-sdk-console-access-lib-python updated 79 files
- README.md+3-1
- docs/api-reference/.buildinfo+1-1
- docs/api-reference/README.html+7-5
- docs/api-reference/_modules/console_access_library/ai_model/ai_model.html+4-4
- docs/api-reference/_modules/console_access_library/ai_model/delete_model.html+4-4
- docs/api-reference/_modules/console_access_library/ai_model/get_base_model_status.html+4-4
- docs/api-reference/_modules/console_access_library/ai_model/get_models.html+4-4
- docs/api-reference/_modules/console_access_library/ai_model/import_base_model.html+4-4
- docs/api-reference/_modules/console_access_library/ai_model/publish_model.html+4-4
- docs/api-reference/_modules/console_access_library/ai_model/publish_model_wait_response.html+4-4
- docs/api-reference/_modules/console_access_library/client.html+4-4
- docs/api-reference/_modules/console_access_library/common/config.html+5-5
- docs/api-reference/_modules/console_access_library/common/console_access_base_class.html+4-4
- docs/api-reference/_modules/console_access_library/common/error_codes.html+4-4
- docs/api-reference/_modules/console_access_library/common/read_console_access_settings.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/cancel_deployment.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/create_deploy_configuration.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/delete_deploy_configuration.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/delete_device_app.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/deploy_by_configuration.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/deploy_by_configuration_wait_response.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/deploy_device_app.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/deploy_device_app_wait_response.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/deployment.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/get_deploy_configurations.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/get_deploy_history.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/get_device_app_deploys.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/get_device_apps.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/import_device_app.html+4-4
- docs/api-reference/_modules/console_access_library/deployment/undeploy_device_app.html+4-4
- docs/api-reference/_modules/console_access_library/device_management/device_management.html+4-4
- docs/api-reference/_modules/console_access_library/device_management/get_command_parameter_file.html+4-4
- docs/api-reference/_modules/console_access_library/device_management/get_devices.html+4-4
- docs/api-reference/_modules/console_access_library/device_management/start_upload_inference_result.html+4-4
- docs/api-reference/_modules/console_access_library/device_management/stop_upload_inference_result.html+4-4
- docs/api-reference/_modules/console_access_library/insight/export_images.html+4-4
- docs/api-reference/_modules/console_access_library/insight/get_image_data.html+37-7
- docs/api-reference/_modules/console_access_library/insight/get_image_directories.html+4-4
- docs/api-reference/_modules/console_access_library/insight/get_images.html+49-7
- docs/api-reference/_modules/console_access_library/insight/get_inference_results.html+4-4
- docs/api-reference/_modules/console_access_library/insight/get_last_inference_and_image_data.html+4-4
- docs/api-reference/_modules/console_access_library/insight/get_last_inference_data.html+4-4
- docs/api-reference/_modules/console_access_library/insight/insight.html+19-7
- docs/api-reference/_modules/index.html+4-4
- docs/api-reference/_static/basic.css+1-1
- docs/api-reference/_static/doctools.js+1-1
- docs/api-reference/_static/documentation_options.js+1-1
- docs/api-reference/_static/language_data.js+2-2
- docs/api-reference/_static/searchtools.js+105-60
- docs/api-reference/console_access_library.ai_model.html+10-10
- docs/api-reference/console_access_library.common.html+6-6
- docs/api-reference/console_access_library.deployment.html+16-16
- docs/api-reference/console_access_library.device_management.html+7-7
- docs/api-reference/console_access_library.html+8-4
- docs/api-reference/console_access_library.insight.html+81-17
- docs/api-reference/genindex.html+20-8
- docs/api-reference/index.html+4-4
- docs/api-reference/modules.html+4-4
- docs/api-reference/objects.inv
- docs/api-reference/py-modindex.html+4-4
- docs/api-reference/search.html+4-4
- docs/api-reference/searchindex.js+1-1
- docs/development-docs/CloudSDK_FuncSpec_ConsoleAccessLibrary_Python.adoc+28-5
- docs/development-docs/CloudSDK_FuncSpec_ConsoleAccessLibrary_Python_ja.adoc+33-8
- docs/development-docs/CloudSDK_Tutorial_ConsoleAccessLibrary_Python.adoc+4-4
- docs/development-docs/CloudSDK_Tutorial_ConsoleAccessLibrary_Python_ja.adoc+4-4
- lib/python-client/aitrios_console_rest_client_sdk_primitive/paths/devices_device_id_images_directories_sub_directory_name/get.py+18
- lib/python-client/aitrios_console_rest_client_sdk_primitive/paths/devices_device_id_images_directories_sub_directory_name/get.pyi+18
- lib/python-client/docs/apis/tags/InsightApi.md+22
- lib/python-client/setup.py+1-1
- requirements.txt+1-1
- samples/console_access_client_api_demo.py+8-2
- src/console_access_library/common/config.py+1-1
- src/console_access_library/insight/get_image_data.py+39-2
- src/console_access_library/insight/get_images.py+44-2
- src/console_access_library/insight/insight.py+15-3
- src/requirements.txt+1-1
- src/setup.py+2-2
- tools/docs/source/conf.py+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
54 | | - | |
| 51 | + | |
55 | 52 | | |
56 | 53 | | |
57 | | - | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | | - | |
| 57 | + | |
61 | 58 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 59 | + | |
66 | 60 | | |
67 | 61 | | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
71 | 65 | | |
72 | 66 | | |
73 | | - | |
| 67 | + | |
74 | 68 | | |
75 | | - | |
| 69 | + | |
76 | 70 | | |
77 | 71 | | |
78 | | - | |
| 72 | + | |
79 | 73 | | |
80 | 74 | | |
81 | | - | |
82 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 97 | + | |
105 | 98 | | |
106 | | - | |
| 99 | + | |
107 | 100 | | |
108 | | - | |
| 101 | + | |
109 | 102 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 103 | + | |
114 | 104 | | |
115 | 105 | | |
116 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
46 | 62 | | |
47 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
48 | 70 | | |
49 | 71 | | |
50 | 72 | | |
| |||
62 | 84 | | |
63 | 85 | | |
64 | 86 | | |
65 | | - | |
| 87 | + | |
66 | 88 | | |
67 | 89 | | |
68 | | - | |
| 90 | + | |
69 | 91 | | |
70 | 92 | | |
71 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
0 commit comments