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)
39
var schemaOptions =
_schema
.ToTerms().Select(t => t.ToString()).ToArray();
82
internal Entity Schema { get =>
_schema
; }
138
entity = CreateSweepableEntityFromEntity(pipeline.
_schema
, pipeline._estimators);
143
entity += CreateSweepableEntityFromEntity(pipeline.
_schema
, pipeline._estimators);
181
var schema =
_schema
;