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