MachineLearningDiagnoseResultLevel 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.
Level of workspace setup error.
public readonly struct MachineLearningDiagnoseResultLevel : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningDiagnoseResultLevel>
type MachineLearningDiagnoseResultLevel = struct
Public Structure MachineLearningDiagnoseResultLevel
Implements IEquatable(Of MachineLearningDiagnoseResultLevel)
- Inheritance
-
MachineLearningDiagnoseResultLevel
- Implements
Constructors
MachineLearningDiagnoseResultLevel(String) |
Initializes a new instance of MachineLearningDiagnoseResultLevel. |
Properties
Error |
Error. |
Information |
Information. |
Warning |
Warning. |
Methods
Equals(MachineLearningDiagnoseResultLevel) |
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(MachineLearningDiagnoseResultLevel, MachineLearningDiagnoseResultLevel) |
Determines if two MachineLearningDiagnoseResultLevel values are the same. |
Implicit(String to MachineLearningDiagnoseResultLevel) |
Converts a string to a MachineLearningDiagnoseResultLevel. |
Inequality(MachineLearningDiagnoseResultLevel, MachineLearningDiagnoseResultLevel) |
Determines if two MachineLearningDiagnoseResultLevel values are not the same. |