Sdílet prostřednictvím


MachineLearningTrainingSettings.TrainingMode Property

Definition

TrainingMode mode - Setting to 'auto' is same as setting it to 'non-distributed' for now, however in the future may result in mixed mode or heuristics based mode selection. Default is 'auto'. If 'Distributed' then only distributed featurization is used and distributed algorithms are chosen. If 'NonDistributed' then only non distributed algorithms are chosen.

public Azure.ResourceManager.MachineLearning.Models.TrainingMode? TrainingMode { get; set; }
member this.TrainingMode : Nullable<Azure.ResourceManager.MachineLearning.Models.TrainingMode> with get, set
Public Property TrainingMode As Nullable(Of TrainingMode)

Property Value

Applies to