MachineLearningTrainingSettings.TrainingMode Property
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.
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
Azure SDK for .NET