-
Notifications
You must be signed in to change notification settings - Fork 78
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
Fixed an error in DeleleMlModel runner. #537
Commits on Mar 30, 2024
-
Added runners for the tasks DeletePipeline, DeleteMlModel, RegisterMl…
…Model and DeployMlModel. Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for e6e3910 - Browse repository at this point
Copy the full SHA e6e3910View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1930e18 - Browse repository at this point
Copy the full SHA 1930e18View commit details -
Addressed the following issues:
- added expection handling and logging for DeletePipeline runner - removed empty expection from DeleteMlModel and RegisterMlModel runners - added the "number-of-hits-to-return" variable Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b55857b - Browse repository at this point
Copy the full SHA b55857bView commit details
Commits on Apr 19, 2024
-
Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4fa2752 - Browse repository at this point
Copy the full SHA 4fa2752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17082e9 - Browse repository at this point
Copy the full SHA 17082e9View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b89412f - Browse repository at this point
Copy the full SHA b89412fView commit details -
Fixed an error in DeleleMlModel runner. Before we delete a model, we …
…have to wait for undeploying the model process has completed. Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 440f066 - Browse repository at this point
Copy the full SHA 440f066View commit details
Commits on May 21, 2024
-
Simplified if-statement in DeleteMlModel runner.
Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for fe89f96 - Browse repository at this point
Copy the full SHA fe89f96View commit details -
Fixed pylint R1714 in DeleteMlModel runner.
Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for a5cc985 - Browse repository at this point
Copy the full SHA a5cc985View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d142661 - Browse repository at this point
Copy the full SHA d142661View commit details -
Refactored the code in DeleteMlModel.
Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for af8570a - Browse repository at this point
Copy the full SHA af8570aView commit details -
Changed time.sleep to asyncio.sleep in DeleteMlModel.
Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 58932e7 - Browse repository at this point
Copy the full SHA 58932e7View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4f3d7b - Browse repository at this point
Copy the full SHA b4f3d7bView commit details -
Added a timeout for the undeploying ml-model in DeleteMlModel runner.
Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 81e3ce8 - Browse repository at this point
Copy the full SHA 81e3ce8View commit details