UpdateModelVersionRequest interface

Request body for updating a model version. Only description and tags can be modified.

Properties

description

The asset description text.

tags

Tag dictionary. Tags can be added, removed, and updated.

Property Details

description

The asset description text.

description?: string

Property Value

string

tags

Tag dictionary. Tags can be added, removed, and updated.

tags?: Record<string, string>

Property Value

Record<string, string>