Google Cloud Capacity Planner V1beta Client - Class ForecastType (0.1.2)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ Forecast
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
FORECAST_TYPE_UNSPECIFIED
Value: 0
No forecast type is specified.
Generated from protobuf enum FORECAST_TYPE_UNSPECIFIED = 0;
STATISTICAL
Value: 1
Statistical forecast.
Generated from protobuf enum STATISTICAL = 1;
STATISTICAL_WITH_BFCM
Value: 2
Statistical 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: 3
Yearly Seasonality model provides generic seasonality beyond BFCM.
Generated from protobuf enum YEARLY_SEASONALITY = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-19 UTC."],[],[]]