AutoMLExperimentExtension.SetPipeline 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.
Set pipeline
for training. This also make AutoMLExperiment uses Microsoft.ML.AutoML.SweepablePipelineRunner
, Microsoft.ML.AutoML.MLContextMonitor and Microsoft.ML.AutoML.EciCostFrugalTuner for automl traininng as well.
public static Microsoft.ML.AutoML.AutoMLExperiment SetPipeline (this Microsoft.ML.AutoML.AutoMLExperiment experiment, Microsoft.ML.AutoML.SweepablePipeline pipeline);
static member SetPipeline : Microsoft.ML.AutoML.AutoMLExperiment * Microsoft.ML.AutoML.SweepablePipeline -> Microsoft.ML.AutoML.AutoMLExperiment
<Extension()>
Public Function SetPipeline (experiment As AutoMLExperiment, pipeline As SweepablePipeline) As AutoMLExperiment
Parameters
- experiment
- AutoMLExperiment
- pipeline
- SweepablePipeline