6 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
))