Skip to main content

Detailed configuration

1. Model Configuration Information Go to AI Platform → Model Serving → Deployment → Deployment Name → Model Settings Alt text In the Model Settings section, users can modify the configurations of Image Information as follows:

InformationDescriptionAvailable Actions
Model NameThe AI model to be deployedEdit to change the information
Model VersionThe version of the AI model to be deployedEdit to change the information
Model TokenAuthentication token for the Model Registry to deploy the modelEdit to change the information
Model URLThe path to the location where the model is stored (Model Registry)Edit to change the information
Image RegistryThe link to the container image storageEdit to change the information
Image TagThe version of the container imageEdit to change the information
UsernameUser account for authentication with the Private RegistryEdit to change the information
PasswordUser password for authentication with the Private RegistryEdit to change the information
Note:
TopicDescription
------
Image TagWhen the Image Tag is changed, the Deployment will recreate instances with the newly declared version. Depending on the Deployment strategy, the recreation may or may not involve downtime.
Recreate : The instance is recreated with downtime during the initialization of the new Image Tag
Rolling : Instances are replaced gradually, with no downtime, but a certain amount of backup resources is required (by default, equivalent to the resources of one instance)
Model VersionSimilar to the Image Tag, when the Model Version is changed, the Deployment will recreate instances with the newly declared version. Depending on the Deployment strategy, the recreation may or may not involve downtime.
Edit the Model Version when upgrading or changing the version of the model.