10 references to ShowSchemaCommand
Microsoft.ML.Data (6)
Commands\ShowSchemaCommand.cs (6)
20[assembly: LoadableClass(ShowSchemaCommand.Summary, typeof(ShowSchemaCommand), typeof(ShowSchemaCommand.Arguments), typeof(SignatureCommand), 21"Show Schema", ShowSchemaCommand.LoadName, "schema")] 25internal sealed class ShowSchemaCommand : DataCommand.ImplBase<ShowSchemaCommand.Arguments> 55: base(env, args, nameof(ShowSchemaCommand))
Microsoft.ML.TestFramework (4)
DataPipe\TestDataPipeBase.cs (4)
286ShowSchemaCommand.RunOnData(writer, 287new ShowSchemaCommand.Arguments() { ShowMetadataValues = true, ShowSteps = true }, 297ShowSchemaCommand.RunOnData(writer, 298new ShowSchemaCommand.Arguments() { ShowMetadataValues = true, ShowSteps = true },