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")]
25
internal sealed class ShowSchemaCommand : DataCommand.ImplBase<
ShowSchemaCommand
.Arguments>
55
: base(env, args, nameof(
ShowSchemaCommand
))
Microsoft.ML.TestFramework (4)
DataPipe\TestDataPipeBase.cs (4)
286
ShowSchemaCommand
.RunOnData(writer,
287
new
ShowSchemaCommand
.Arguments() { ShowMetadataValues = true, ShowSteps = true },
297
ShowSchemaCommand
.RunOnData(writer,
298
new
ShowSchemaCommand
.Arguments() { ShowMetadataValues = true, ShowSteps = true },