ProgressHeader.UnitNames 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這些是進度 'units' 的名稱,從最細微到最細微。 例如,類神經網路可能有 {'epoch'、'example'} 和 FastTree 可能有 {'tree'、'split'、'feature'}。 永遠不會是 Null,但可以是空的。
public readonly System.Collections.Generic.IReadOnlyList<string> UnitNames;
val mutable UnitNames : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly UnitNames As IReadOnlyList(Of String)