MachineLearningFlowAutoLogger Struct

Definition

Indicates whether mlflow autologger is enabled for notebooks.

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

Constructors

MachineLearningFlowAutoLogger(String)

Initializes a new instance of MachineLearningFlowAutoLogger.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(MachineLearningFlowAutoLogger)

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

Determines if two MachineLearningFlowAutoLogger values are the same.

Implicit(String to MachineLearningFlowAutoLogger)

Converts a string to a MachineLearningFlowAutoLogger.

Inequality(MachineLearningFlowAutoLogger, MachineLearningFlowAutoLogger)

Determines if two MachineLearningFlowAutoLogger values are not the same.

Applies to