ProjectUpdateParameters interface
The parameters for updating a machine learning project.
Properties
description | The description of this project. |
friendly |
The friendly name for this project. |
gitrepo | The reference to git repo for this project. |
tags | The resource tags for the machine learning project. |
Property Details
description
The description of this project.
description?: string
Property Value
string
friendlyName
The friendly name for this project.
friendlyName?: string
Property Value
string
gitrepo
The reference to git repo for this project.
gitrepo?: string
Property Value
string
tags
The resource tags for the machine learning project.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for JavaScript