MachineLearningUseStl Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configure STL Decomposition of the time-series target column.
public readonly struct MachineLearningUseStl : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUseStl>
type MachineLearningUseStl = struct
Public Structure MachineLearningUseStl
Implements IEquatable(Of MachineLearningUseStl)
- Inheritance
-
MachineLearningUseStl
- Implements
Constructors
MachineLearningUseStl(String) |
Initializes a new instance of MachineLearningUseStl. |
Properties
None |
No stl decomposition. |
Season |
Season. |
SeasonTrend |
SeasonTrend. |
Methods
Equals(MachineLearningUseStl) |
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(MachineLearningUseStl, MachineLearningUseStl) |
Determines if two MachineLearningUseStl values are the same. |
Implicit(String to MachineLearningUseStl) |
Converts a string to a MachineLearningUseStl. |
Inequality(MachineLearningUseStl, MachineLearningUseStl) |
Determines if two MachineLearningUseStl values are not the same. |
Applies to
Azure SDK for .NET