ForecastingSettings.TargetLags Property

Definition

The number of past periods to lag from the target column. Please note TargetLags is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AutoTargetLags and CustomTargetLags.

public Azure.ResourceManager.MachineLearning.Models.TargetLags TargetLags { get; set; }
member this.TargetLags : Azure.ResourceManager.MachineLearning.Models.TargetLags with get, set
Public Property TargetLags As TargetLags

Property Value

Applies to