Freigeben über


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

Error.

Information

Information.

Warning

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.

Inequality(MachineLearningDiagnoseResultLevel, MachineLearningDiagnoseResultLevel)

Determines if two MachineLearningDiagnoseResultLevel values are not the same.

Applies to