UseStl 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStlTypeConverter))]
public struct UseStl : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStl>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.UseStlTypeConverter))>]
type UseStl = struct
interface IArgumentCompleter
Public Structure UseStl
Implements IArgumentCompleter, IEquatable(Of UseStl)
- Inheritance
-
UseStl
- Attributes
- Implements
Fields
None |
No stl decomposition. |
Season | |
SeasonTrend |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type UseStl (override for Object) |
Equals(UseStl) |
Compares values of enum type UseStl |
GetHashCode() |
Returns hashCode for enum UseStl |
ToString() |
Returns string representation for UseStl |
Operators
Equality(UseStl, UseStl) |
Overriding == operator for enum UseStl |
Implicit(String to UseStl) |
Implicit operator to convert string to UseStl |
Implicit(UseStl to String) |
Implicit operator to convert UseStl to string |
Inequality(UseStl, UseStl) |
Overriding != operator for enum UseStl |