IAutoMlJob.TaskDetailLogVerbosity 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.
Log verbosity for the job.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "NotSet", "Debug", "Info", "Warning", "Error", "Critical" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Log verbosity for the job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="logVerbosity", Update=true)]
public string TaskDetailLogVerbosity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "NotSet", "Debug", "Info", "Warning", "Error", "Critical" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Log verbosity for the job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="logVerbosity", Update=true)>]
member this.TaskDetailLogVerbosity : string with get, set
Public Property TaskDetailLogVerbosity As String
Property Value
- Attributes