SweepablePipeline.Append 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.SweepablePipeline Append (params Microsoft.ML.AutoML.ISweepable<Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>>[] sweepables);
member this.Append : Microsoft.ML.AutoML.ISweepable<Microsoft.ML.IEstimator<Microsoft.ML.ITransformer>>[] -> Microsoft.ML.AutoML.SweepablePipeline
Public Function Append (ParamArray sweepables As ISweepable(Of IEstimator(Of ITransformer))()) As SweepablePipeline
Parameters
- sweepables
- ISweepable<IEstimator<ITransformer>>[]