MachineLearningFlowAutoLoggerState Struct

Definition

Enum to determine the state of mlflow autologger.

public readonly struct MachineLearningFlowAutoLoggerState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFlowAutoLoggerState>
type MachineLearningFlowAutoLoggerState = struct
Public Structure MachineLearningFlowAutoLoggerState
Implements IEquatable(Of MachineLearningFlowAutoLoggerState)
Inheritance
MachineLearningFlowAutoLoggerState
Implements

Constructors

MachineLearningFlowAutoLoggerState(String)

Initializes a new instance of MachineLearningFlowAutoLoggerState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MachineLearningFlowAutoLoggerState)

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(MachineLearningFlowAutoLoggerState, MachineLearningFlowAutoLoggerState)

Determines if two MachineLearningFlowAutoLoggerState values are the same.

Implicit(String to MachineLearningFlowAutoLoggerState)

Converts a string to a MachineLearningFlowAutoLoggerState.

Inequality(MachineLearningFlowAutoLoggerState, MachineLearningFlowAutoLoggerState)

Determines if two MachineLearningFlowAutoLoggerState values are not the same.

Applies to