Share via


RecommendationExperimentSettings.Trainers Property

Definition

Collection of trainers the AutoML experiment can leverage.

public System.Collections.Generic.ICollection<Microsoft.ML.AutoML.RecommendationTrainer> Trainers { get; }
member this.Trainers : System.Collections.Generic.ICollection<Microsoft.ML.AutoML.RecommendationTrainer>
Public ReadOnly Property Trainers As ICollection(Of RecommendationTrainer)

Property Value

The default value is a collection auto-populated with all possible trainers (all values of RecommendationTrainer).

Applies to