This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
Add garbage collector mechanism for unneeded resources #26
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Need to create a function, tool, or process that cleans up unneeded datasets, models, endpoints, training pipelines, batch predictions, model evaluations, etc.
When we run tests, sometimes the tests fail in a way that the
after
hooks aren't called. We need to ensure that all resources are destroyed when they aren't needed.The text was updated successfully, but these errors were encountered: