IRegression.TrainingSettingEnableDnnTraining Property

Definition

Enable recommendation of DNN models.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Enable recommendation of DNN models.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableDnnTraining", Update=true)]
public bool? TrainingSettingEnableDnnTraining { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Enable recommendation of DNN models.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableDnnTraining", Update=true)>]
member this.TrainingSettingEnableDnnTraining : Nullable<bool> with get, set
Public Property TrainingSettingEnableDnnTraining As Nullable(Of Boolean)

Property Value

Attributes

Applies to