ProjectUpdateParameters interface
Bir makine öğrenmesi projesini güncelleştirmek için parametreler.
Özellikler
| description | Bu projenin açıklaması. |
| friendly |
Bu projenin kolay adı. |
| gitrepo | Bu proje için git deposu başvurusu. |
| tags | Makine öğrenmesi projesi için kaynak etiketleri. |
Özellik Ayrıntıları
description
Bu projenin açıklaması.
description?: string
Özellik Değeri
string
friendlyName
Bu projenin kolay adı.
friendlyName?: string
Özellik Değeri
string
gitrepo
Bu proje için git deposu başvurusu.
gitrepo?: string
Özellik Değeri
string
tags
Makine öğrenmesi projesi için kaynak etiketleri.
tags?: {[propertyName: string]: string}
Özellik Değeri
{[propertyName: string]: string}