1 write to UserName
Microsoft.ML.Core (1)
ComponentModel\ComponentCatalog.cs (1)
214UserName = attr.UserName;
7 references to UserName
Microsoft.ML.Core (2)
ComponentModel\ComponentCatalog.cs (2)
155public bool IsHidden => string.IsNullOrWhiteSpace(UserName); 316UserName, ArgType);
Microsoft.ML.Maml (4)
HelpCommand.cs (4)
290if (!string.IsNullOrWhiteSpace(info.UserName)) 291writer.Write(": {0}", info.UserName); 465where !string.IsNullOrWhiteSpace(c.Info.UserName) 468new XElement("Name", c.Info.UserName),
Microsoft.ML.Sweeper (1)
SweepResultEvaluator.cs (1)
50sb.AppendFormat("Metrics for {0}:", evalInfo.UserName);