Version update

Mansi Gusain 80 Reputation points
2024-09-20T04:32:16.5266667+00:00

Hi I wanted to know that do models get updated by themselves once their default version gets updated?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,132 questions
{count} votes

1 answer

Sort by: Most helpful
  1. navba-MSFT 24,795 Reputation points Microsoft Employee
    2024-09-26T05:11:15.2133333+00:00

    @Mansi Gusain Please refer to the version_upgrade_option attribute. More details here:

    version_upgrade_option = (Optional) Deployment model version upgrade option. Possible values are OnceNewDefaultVersionAvailable, OnceCurrentVersionExpired, and NoAutoUpgrade. Defaults to OnceNewDefaultVersionAvailable. Changing this forces a new resource to be created.

     name                   = string
        model_format           = string
        model_name             = string
        model_version          = string
        scale_type             = string
        rai_policy_name        = optional(string)
        capacity               = optional(number)
        version_upgrade_option = optional(string)
    

    .

    You could try setting it to the value OnceNewDefaultVersionAvailable.

    .

    More info is available in this terraform article. Hope this helps.

    **

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.