Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class ForecastType.
The type of the forecast. This describes the method that was used to produce future time series values from historical time series values.
Protobuf type google.cloud.capacityplanner.v1beta.Forecast.ForecastType
Namespace
Google \ Cloud \ CapacityPlanner \ V1beta \ ForecastMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FORECAST_TYPE_UNSPECIFIED
Value: 0No forecast type is specified.
Generated from protobuf enum FORECAST_TYPE_UNSPECIFIED = 0;
STATISTICAL
Value: 1Statistical forecast.
Generated from protobuf enum STATISTICAL = 1;
STATISTICAL_WITH_BFCM
Value: 2Statistical forecast that attempts to predict the seasonal affects of Black Friday and Cyber Monday.
Generated from protobuf enum STATISTICAL_WITH_BFCM = 2;
YEARLY_SEASONALITY
Value: 3Yearly Seasonality model provides generic seasonality beyond BFCM.
Generated from protobuf enum YEARLY_SEASONALITY = 3;