ProgressHeader.UnitNames Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)