Compartilhar via


IBatchDeployment.LoggingLevel Property

Definition

Logging level for batch inference operation.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Logging level for batch inference operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel) }, ReadOnly=false, Required=false, SerializedName="loggingLevel")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel? LoggingLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Logging level for batch inference operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel) }, ReadOnly=false, Required=false, SerializedName="loggingLevel")>]
member this.LoggingLevel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel> with get, set
Public Property LoggingLevel As Nullable(Of BatchLoggingLevel)

Property Value

Attributes

Applies to