You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Each time an edge or device model is retrieved, its image URI is computed.
This computation is translated by a call the blob storage to retrieve the image URI of the model : blocking call + power consumption
Describe the solution you'd like
The base URI of the folder containing edge/device models images can be computed one time on startup.
Then, when retrieving edge/device models : Image URI = URI of Image folder + model ID
The text was updated successfully, but these errors were encountered:
…1506)
* resolve#1252
* add new test
* add new test
* add InitializeDefaultImageBlob test
* add new test
* add option for baseImageUri value.
* fix unit test
* delete unsed variable
Is your feature request related to a problem? Please describe.
Each time an edge or device model is retrieved, its image URI is computed.
This computation is translated by a call the blob storage to retrieve the image URI of the model : blocking call + power consumption
Describe the solution you'd like
The base URI of the folder containing edge/device models images can be computed one time on startup.
Then, when retrieving edge/device models : Image URI = URI of Image folder + model ID
The text was updated successfully, but these errors were encountered: