Lingua

MachineLearningDiagnoseResultLevel Struct

Definition

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

Name Description
MachineLearningDiagnoseResultLevel(String)

Initializes a new instance of MachineLearningDiagnoseResultLevel.

Properties

Name Description
Error

Gets the Error.

Information

Gets the Information.

Warning

Gets the Warning.

Methods

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

Name Description
Equality(MachineLearningDiagnoseResultLevel, MachineLearningDiagnoseResultLevel)

Determines if two MachineLearningDiagnoseResultLevel values are the same.

Implicit(String to MachineLearningDiagnoseResultLevel)

Converts a string to a MachineLearningDiagnoseResultLevel.

Implicit(String to Nullable<MachineLearningDiagnoseResultLevel>)
Inequality(MachineLearningDiagnoseResultLevel, MachineLearningDiagnoseResultLevel)

Determines if two MachineLearningDiagnoseResultLevel values are not the same.

Applies to