Capacity Planner v1beta API - Enum Forecast.Types.ForecastType (1.0.0-beta01)

public enum Forecast.Types.ForecastType

Reference documentation and code samples for the Capacity Planner v1beta API enum Forecast.Types.ForecastType.

The type of the forecast. This describes the method that was used to produce future time series values from historical time series values.

Namespace

Google.Cloud.CapacityPlanner.V1Beta

Assembly

Google.Cloud.CapacityPlanner.V1Beta.dll

Fields

Name Description
Statistical

Statistical forecast.

StatisticalWithBfcm

Statistical forecast that attempts to predict the seasonal affects of Black Friday and Cyber Monday.

Unspecified

No forecast type is specified.

YearlySeasonality

Yearly Seasonality model provides generic seasonality beyond BFCM.