Sprog

ArmMachineLearningModelFactory.ForecastHorizon(String) Method

Definition

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.

Applies to