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?
Currently, there is no easy way to determine if a model was un-deployed at a particular point in time or not. For deployments, you can query the .plugins-ml-task index and look for DEPLOY_MODEL task type to know when models were deployed. Moreover, you can also look at last_deploy_time when you fetch a model via its ID.
Is your feature request related to a problem?
Currently, there is no easy way to determine if a model was un-deployed at a particular point in time or not. For deployments, you can query the
.plugins-ml-task
index and look forDEPLOY_MODEL
task type to know when models were deployed. Moreover, you can also look atlast_deploy_time
when you fetch a model via its ID.Example:
Tasks
Not knowing undeploy time makes it hard to debug problems during a time-frame where you wish to know the status of the model.
What solution would you like?
Track
last_undeploy_time
if applicableThe text was updated successfully, but these errors were encountered: