Uses of Class
com.azure.resourcemanager.machinelearning.models.ForecastHorizon
-
Packages that use ForecastHorizon Package Description com.azure.resourcemanager.machinelearning.models Package containing the data models for AzureMachineLearningWorkspaces. -
-
Uses of ForecastHorizon in com.azure.resourcemanager.machinelearning.models
Subclasses of ForecastHorizon in com.azure.resourcemanager.machinelearning.models Modifier and Type Class Description class
AutoForecastHorizon
Forecast horizon determined automatically by system.class
CustomForecastHorizon
The desired maximum forecast horizon in units of time-series frequency.Methods in com.azure.resourcemanager.machinelearning.models that return ForecastHorizon Modifier and Type Method Description ForecastHorizon
ForecastingSettings. forecastHorizon()
Get the forecastHorizon property: The desired maximum forecast horizon in units of time-series frequency.Methods in com.azure.resourcemanager.machinelearning.models with parameters of type ForecastHorizon Modifier and Type Method Description ForecastingSettings
ForecastingSettings. withForecastHorizon(ForecastHorizon forecastHorizon)
Set the forecastHorizon property: The desired maximum forecast horizon in units of time-series frequency.
-