FeaturizationMode 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.
Featurization mode - determines data featurization mode.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeaturizationModeTypeConverter))]
public struct FeaturizationMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeaturizationMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.FeaturizationModeTypeConverter))>]
type FeaturizationMode = struct
interface IArgumentCompleter
Public Structure FeaturizationMode
Implements IArgumentCompleter, IEquatable(Of FeaturizationMode)
- Inheritance
-
FeaturizationMode
- Attributes
- Implements
Fields
Auto |
Auto mode, system performs featurization without any custom featurization inputs. |
Custom |
Custom featurization. |
Off |
Featurization off. 'Forecasting' task cannot use this value. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(FeaturizationMode) |
Compares values of enum type FeaturizationMode |
Equals(Object) |
Compares values of enum type FeaturizationMode (override for Object) |
GetHashCode() |
Returns hashCode for enum FeaturizationMode |
ToString() |
Returns string representation for FeaturizationMode |
Operators
Equality(FeaturizationMode, FeaturizationMode) |
Overriding == operator for enum FeaturizationMode |
Implicit(FeaturizationMode to String) |
Implicit operator to convert FeaturizationMode to string |
Implicit(String to FeaturizationMode) |
Implicit operator to convert string to FeaturizationMode |
Inequality(FeaturizationMode, FeaturizationMode) |
Overriding != operator for enum FeaturizationMode |