Sdílet prostřednictvím


MachineLearningFeaturizationMode Struct

Definition

Featurization mode - determines data featurization mode.

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

Constructors

MachineLearningFeaturizationMode(String)

Initializes a new instance of MachineLearningFeaturizationMode.

Properties

Auto

Auto mode, system performs featurization without any custom featurization inputs.

Custom

Custom featurization.

Off

Featurization off. 'Forecasting' task cannot use this value.

Methods

Equals(MachineLearningFeaturizationMode)

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

Determines if two MachineLearningFeaturizationMode values are the same.

Implicit(String to MachineLearningFeaturizationMode)

Converts a string to a MachineLearningFeaturizationMode.

Inequality(MachineLearningFeaturizationMode, MachineLearningFeaturizationMode)

Determines if two MachineLearningFeaturizationMode values are not the same.

Applies to