2 writes to ShowMetadataValues
Microsoft.ML.TestFramework (2)
DataPipe\TestDataPipeBase.cs (2)
287
new ShowSchemaCommand.Arguments() {
ShowMetadataValues
= true, ShowSteps = true },
298
new ShowSchemaCommand.Arguments() {
ShowMetadataValues
= true, ShowSteps = true },
1 reference to ShowMetadataValues
Microsoft.ML.Data (1)
Commands\ShowSchemaCommand.cs (1)
144
bool metaVals = args.
ShowMetadataValues
;