Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

result string from ml-agent #4235

Open
jaeyun-jung opened this issue Sep 4, 2023 · 1 comment
Open

result string from ml-agent #4235

jaeyun-jung opened this issue Sep 4, 2023 · 1 comment

Comments

@jaeyun-jung
Copy link
Collaborator

TBU, string from ml-agent interfaces (get model or resource)

model_get_all:
[
  {"version":"1","active":"F","path":"/opt/usr/shared/my_model_file_1.pb","description":"","app_info":""}, 
  {"version":"2","active":"F","path":"/opt/usr/shared/my_model_file_2.pb","description":"","app_info":""}, 
  {"version":"3","active":"T","path":"/opt/usr/shared/my_model_file_3.pb","description":"","app_info":""}
]

model_get:
{"version":"2","active":"F","path":"/opt/usr/shared/my_model_file_2.pb","description":"","app_info":""}

model_get_activated:
{"version":"3","active":"T","path":"/opt/usr/shared/my_model_file_3.pb","description":"","app_info":""}

resource_get:
[
  {"path":"/opt/usr/shared/my_resource_file1.dat","description":"","app_info":""},
  {"path":"/opt/usr/shared/my_resource_file2.dat","description":"","app_info":""},
  {"path":"/opt/usr/shared/my_resource_file3.dat","description":"","app_info":""}
]
@taos-ci
Copy link
Collaborator

taos-ci commented Sep 4, 2023

:octocat: cibot: Thank you for posting issue #4235. The person in charge will reply soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

4 participants