MachineLearningBatchLoggingLevel Struct

Definition

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

public readonly struct MachineLearningBatchLoggingLevel : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningBatchLoggingLevel>
type MachineLearningBatchLoggingLevel = struct
Public Structure MachineLearningBatchLoggingLevel
Implements IEquatable(Of MachineLearningBatchLoggingLevel)
Inheritance
MachineLearningBatchLoggingLevel
Implements

Constructors

MachineLearningBatchLoggingLevel(String)

Initializes a new instance of MachineLearningBatchLoggingLevel.

Properties

Debug

Debug.

Info

Info.

Warning

Warning.

Methods

Equals(MachineLearningBatchLoggingLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(MachineLearningBatchLoggingLevel, MachineLearningBatchLoggingLevel)

Determines if two MachineLearningBatchLoggingLevel values are the same.

Implicit(String to MachineLearningBatchLoggingLevel)

Converts a string to a MachineLearningBatchLoggingLevel.

Inequality(MachineLearningBatchLoggingLevel, MachineLearningBatchLoggingLevel)

Determines if two MachineLearningBatchLoggingLevel values are not the same.

Applies to