ArmMachineLearningModelFactory.ForecastHorizon(String) Method
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.
The desired maximum forecast horizon in units of time-series frequency. Please note this is the abstract base class. The derived classes available for instantiation are: AutoForecastHorizon and CustomForecastHorizon.
public static Azure.ResourceManager.MachineLearning.Models.ForecastHorizon ForecastHorizon(string mode = default);
static member ForecastHorizon : string -> Azure.ResourceManager.MachineLearning.Models.ForecastHorizon
Public Shared Function ForecastHorizon (Optional mode As String = Nothing) As ForecastHorizon
Parameters
- mode
- String
[Required] Set forecast horizon value selection mode.
Returns
A new ForecastHorizon instance for mocking.