UpdateModelVersionRequest interface
モデルバージョンの更新を依頼する本体。 変更できるのは説明とタグのみです。
プロパティ
| description | 資産の説明テキスト。 |
| tags | タグ ディクショナリ。 タグは追加、削除、更新できます。 |
プロパティの詳細
description
資産の説明テキスト。
description?: string
プロパティ値
string
tags
タグ ディクショナリ。 タグは追加、削除、更新できます。
tags?: Record<string, string>
プロパティ値
Record<string, string>