3 references to SchemaOption
Microsoft.ML.AutoML (3)
SweepableEstimator\SweepablePipeline.cs (3)
41
searchSpace.Add(
SchemaOption
, choiceOption);
61
parameter[
SchemaOption
] = Parameter.FromString(_currentSchema);
86
_currentSchema = parameter[
SchemaOption
].AsType<string>();