4 references to Schema
Microsoft.ML.AutoML (4)
SweepableEstimator\Converter\SweepablePipelineConverter.cs (1)
28jsonObject["schema"] = value.Schema.ToString();
Tuner\AutoZeroTuner.cs (1)
31_pipelineStrings = _sweepablePipeline.Schema.ToTerms().Select(t => new
Tuner\EciCfoTuner.cs (1)
31var pipelineSchemas = sweepablePipeline.Schema.ToTerms().Select(t => t.ToString()).ToArray();
Tuner\PipelineProposer.cs (1)
86_pipelineSchemas = _sweepablePipeline.Schema.ToTerms().Select(t => t.ToString()).ToArray();