ArmMachineLearningModelFactory.CustomForecastHorizon(Int32) 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.
public static Azure.ResourceManager.MachineLearning.Models.CustomForecastHorizon CustomForecastHorizon(int value = 0);
static member CustomForecastHorizon : int -> Azure.ResourceManager.MachineLearning.Models.CustomForecastHorizon
Public Shared Function CustomForecastHorizon (Optional value As Integer = 0) As CustomForecastHorizon
Parameters
- value
- Int32
[Required] Forecast horizon value.
Returns
A new CustomForecastHorizon instance for mocking.