public enum Forecast.ForecastType extends Enum<Forecast.ForecastType> implements ProtocolMessageEnumThe type of the forecast. This describes the method that was used to produce future time series values from historical time series values.
Protobuf enum google.cloud.capacityplanner.v1beta.Forecast.ForecastType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FORECAST_TYPE_UNSPECIFIED |
No forecast type is specified. |
FORECAST_TYPE_UNSPECIFIED_VALUE |
No forecast type is specified. |
STATISTICAL |
Statistical forecast. |
STATISTICAL_VALUE |
Statistical forecast. |
STATISTICAL_WITH_BFCM |
Statistical forecast that attempts to predict the seasonal affects of Black Friday and Cyber Monday. |
STATISTICAL_WITH_BFCM_VALUE |
Statistical forecast that attempts to predict the seasonal affects of Black Friday and Cyber Monday. |
UNRECOGNIZED |
|
YEARLY_SEASONALITY |
Yearly Seasonality model provides generic seasonality beyond BFCM. |
YEARLY_SEASONALITY_VALUE |
Yearly Seasonality model provides generic seasonality beyond BFCM. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|