3 references to Schema
Microsoft.ML.AutoML (3)
SweepableEstimator\Converter\MultiModelPipelineConverter.cs (1)
27jsonObject["schema"] = value.Schema.ToString();
SweepableEstimator\MultiModelPipeline.cs (2)
40internal string[] PipelineIds { get => Schema.ToTerms().Select(t => t.ToString()).ToArray(); } 108var sweepableEntity = CreateSweepableEntityFromEntity(pipeline.Schema, pipeline.Estimators);