2 writes to _currentSchema
Microsoft.ML.AutoML (2)
SweepableEstimator\SweepablePipeline.cs (2)
76_currentSchema = currentSchema ?? schema.ToTerms().First().ToString(); 86_currentSchema = parameter[SchemaOption].AsType<string>();
2 references to _currentSchema
Microsoft.ML.AutoML (2)
SweepableEstimator\SweepablePipeline.cs (2)
61parameter[SchemaOption] = Parameter.FromString(_currentSchema); 88var estimatorParameterPair = Entity.FromExpression(_currentSchema)