AzureAIProjectsModelFactory.UpdateModelVersionOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request body for updating a model version. Only description and tags can be modified.
public static Azure.AI.Projects.UpdateModelVersionOptions UpdateModelVersionOptions(string description = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member UpdateModelVersionOptions : string * System.Collections.Generic.IDictionary<string, string> -> Azure.AI.Projects.UpdateModelVersionOptions
Public Shared Function UpdateModelVersionOptions (Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As UpdateModelVersionOptions
Parameters
- description
- String
The asset description text.
- tags
- IDictionary<String,String>
Tag dictionary. Tags can be added, removed, and updated.
Returns
A new UpdateModelVersionOptions instance for mocking.