Aracılığıyla paylaş


BatchLoggingLevel Struct

Definition

Log verbosity for batch inferencing. Increasing verbosity order for logging is : Warning, Info and Debug. The default value is Info.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevelTypeConverter))]
public struct BatchLoggingLevel : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevel>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.BatchLoggingLevelTypeConverter))>]
type BatchLoggingLevel = struct
    interface IArgumentCompleter
Public Structure BatchLoggingLevel
Implements IArgumentCompleter, IEquatable(Of BatchLoggingLevel)
Inheritance
BatchLoggingLevel
Attributes
Implements

Fields

Debug
Info
Warning

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(BatchLoggingLevel)

Compares values of enum type BatchLoggingLevel

Equals(Object)

Compares values of enum type BatchLoggingLevel (override for Object)

GetHashCode()

Returns hashCode for enum BatchLoggingLevel

ToString()

Returns string representation for BatchLoggingLevel

Operators

Equality(BatchLoggingLevel, BatchLoggingLevel)

Overriding == operator for enum BatchLoggingLevel

Implicit(BatchLoggingLevel to String)

Implicit operator to convert BatchLoggingLevel to string

Implicit(String to BatchLoggingLevel)

Implicit operator to convert string to BatchLoggingLevel

Inequality(BatchLoggingLevel, BatchLoggingLevel)

Overriding != operator for enum BatchLoggingLevel

Applies to