ITrainingSettings.EnableModelExplainability Property

Definition

Flag to turn on explainability on best model.

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

Property Value

Attributes

Applies to