2 writes to _schema
Microsoft.ML.AutoML (2)
SweepableEstimator\SweepablePipeline.cs (2)
69_schema = null; 75_schema = schema;
5 references to _schema
Microsoft.ML.AutoML (5)
SweepableEstimator\SweepablePipeline.cs (5)
39var schemaOptions = _schema.ToTerms().Select(t => t.ToString()).ToArray(); 82internal Entity Schema { get => _schema; } 138entity = CreateSweepableEntityFromEntity(pipeline._schema, pipeline._estimators); 143entity += CreateSweepableEntityFromEntity(pipeline._schema, pipeline._estimators); 181var schema = _schema;