Share via


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

Name Description
MachineLearningBatchLoggingLevel(String)

Initializes a new instance of MachineLearningBatchLoggingLevel.

Properties

Name Description
Debug

Debug.

Info

Info.

Warning

Warning.

Methods

Name Description
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

Name Description
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