4 instantiations of DefaultArgumentAttribute
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
2105
[
DefaultArgument
(ArgumentType.AtMostOnce, IsInputFileName = true, HelpText = "The data file", SortOrder = 0)]
Microsoft.ML.EntryPoints (1)
JsonUtils\ExecuteGraphCommand.cs (1)
27
[
DefaultArgument
(ArgumentType.Required, HelpText = "Path to the graph to run")]
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
41
[
DefaultArgument
(ArgumentType.AtMostOnce, HelpText = "The component name to get help for")]
Microsoft.ML.ResultProcessor (1)
ResultProcessor.cs (1)
308
[
DefaultArgument
(ArgumentType.Multiple, HelpText = "Result file pattern")]
3 references to DefaultArgumentAttribute
Microsoft.ML.Core (3)
CommandLine\ArgumentAttribute.cs (1)
58
Contracts.Check(value == null || !(this is
DefaultArgumentAttribute
));
CommandLine\CmdParser.cs (2)
477
bool isDefault = attr is
DefaultArgumentAttribute
;
1440
IsDefault = attr is
DefaultArgumentAttribute
;