你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ForecastHorizonMode 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.
Enum to determine forecast horizon selection mode.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ForecastHorizonModeTypeConverter))]
public struct ForecastHorizonMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ForecastHorizonMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ForecastHorizonModeTypeConverter))>]
type ForecastHorizonMode = struct
interface IArgumentCompleter
Public Structure ForecastHorizonMode
Implements IArgumentCompleter, IEquatable(Of ForecastHorizonMode)
- Inheritance
-
ForecastHorizonMode
- Attributes
- Implements
Fields
Auto |
Forecast horizon to be determined automatically. |
Custom |
Use the custom forecast horizon. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ForecastHorizonMode) |
Compares values of enum type ForecastHorizonMode |
Equals(Object) |
Compares values of enum type ForecastHorizonMode (override for Object) |
GetHashCode() |
Returns hashCode for enum ForecastHorizonMode |
ToString() |
Returns string representation for ForecastHorizonMode |
Operators
Equality(ForecastHorizonMode, ForecastHorizonMode) |
Overriding == operator for enum ForecastHorizonMode |
Implicit(ForecastHorizonMode to String) |
Implicit operator to convert ForecastHorizonMode to string |
Implicit(String to ForecastHorizonMode) |
Implicit operator to convert string to ForecastHorizonMode |
Inequality(ForecastHorizonMode, ForecastHorizonMode) |
Overriding != operator for enum ForecastHorizonMode |