AutoMLExperiment.AddSearchSpace(String, SearchSpace) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.ML.AutoML.AutoMLExperiment AddSearchSpace (string key, Microsoft.ML.SearchSpace.SearchSpace searchSpace);
member this.AddSearchSpace : string * Microsoft.ML.SearchSpace.SearchSpace -> Microsoft.ML.AutoML.AutoMLExperiment
Public Function AddSearchSpace (key As String, searchSpace As SearchSpace) As AutoMLExperiment
Parameters
- key
- String
- searchSpace
- SearchSpace