MachineLearningLogVerbosity Struct
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.
Enum for setting log verbosity.
public readonly struct MachineLearningLogVerbosity : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningLogVerbosity>
type MachineLearningLogVerbosity = struct
Public Structure MachineLearningLogVerbosity
Implements IEquatable(Of MachineLearningLogVerbosity)
- Inheritance
-
MachineLearningLogVerbosity
- Implements
Constructors
MachineLearningLogVerbosity(String) |
Initializes a new instance of MachineLearningLogVerbosity. |
Properties
Critical |
Only critical statements logged. |
Debug |
Debug and above log statements logged. |
Error |
Error and above log statements logged. |
Info |
Info and above log statements logged. |
NotSet |
No logs emitted. |
Warning |
Warning and above log statements logged. |
Methods
Equals(MachineLearningLogVerbosity) |
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(MachineLearningLogVerbosity, MachineLearningLogVerbosity) |
Determines if two MachineLearningLogVerbosity values are the same. |
Implicit(String to MachineLearningLogVerbosity) |
Converts a string to a MachineLearningLogVerbosity. |
Inequality(MachineLearningLogVerbosity, MachineLearningLogVerbosity) |
Determines if two MachineLearningLogVerbosity values are not the same. |
Applies to
Azure SDK for .NET