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)
61
parameter[SchemaOption] = Parameter.FromString(
_currentSchema
);
88
var estimatorParameterPair = Entity.FromExpression(
_currentSchema
)