A new managed instance called Latest has been added to the Nextmv Platform. Now, when you push a new model to an app, a new instance will be created named Latest with an ID of latest
. If the managed Latest instance already exists, the newly pushed binary will be assigned to the managed Latest instance.
This new managed Latest instance will always have the most recently pushed binary for an app. Functionally, it is equivalent to the existing managed devint
instance, but is a more user-friendly entity to interact with in Nextmv Console, especially for non-devs.
You can read more about the new managed Latest instance in the Docs.