ProgressHeader.UnitNames Field

Definition

These are the names of the progress 'units', from the least granular to the most granular. For example, neural network might have {'epoch', 'example'} and FastTree might have {'tree', 'split', 'feature'}. Will never be null, but can be empty.

public readonly System.Collections.Generic.IReadOnlyList<string> UnitNames;
val mutable UnitNames : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly UnitNames As IReadOnlyList(Of String) 

Field Value

Applies to