ITrainingSettings.EnableModelExplainability Property

Definition

Flag to turn on explainability on best model.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Flag to turn on explainability on best model.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableModelExplainability", Update=true)]
public bool? EnableModelExplainability { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Flag to turn on explainability on best model.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableModelExplainability", Update=true)>]
member this.EnableModelExplainability : Nullable<bool> with get, set
Public Property EnableModelExplainability As Nullable(Of Boolean)

Property Value

Attributes

Applies to