你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningTrainingSettings.TrainingMode 属性

定义

TrainingMode 模式 - 设置为“auto”与目前将其设置为“非分布式”相同,但将来可能会导致混合模式或基于启发的模式选择。 默认值为“auto”。 如果“分布式”,则仅使用分布式特征化并选择分布式算法。 如果“NonDistributed”,则仅选择非分布式算法。

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)

属性值

适用于