次の方法で共有


ProjectUpdateParameters interface

機械学習プロジェクトを更新するためのパラメーター。

プロパティ

description

このプロジェクトの説明。

friendlyName

このプロジェクトのフレンドリ名。

gitrepo

このプロジェクトの git リポジトリへの参照。

tags

機械学習プロジェクトのリソース タグ。

プロパティの詳細

description

このプロジェクトの説明。

description?: string

プロパティ値

string

friendlyName

このプロジェクトのフレンドリ名。

friendlyName?: string

プロパティ値

string

gitrepo

このプロジェクトの git リポジトリへの参照。

gitrepo?: string

プロパティ値

string

tags

機械学習プロジェクトのリソース タグ。

tags?: {[propertyName: string]: string}

プロパティ値

{[propertyName: string]: string}