Enum Forecast.ForecastType (0.1.0)

public enum Forecast.ForecastType extends Enum<Forecast.ForecastType> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Static Fields

Name Description
FORECAST_TYPE_UNSPECIFIED

No forecast type is specified.

FORECAST_TYPE_UNSPECIFIED = 0;

FORECAST_TYPE_UNSPECIFIED_VALUE

No forecast type is specified.

FORECAST_TYPE_UNSPECIFIED = 0;

STATISTICAL

Statistical forecast.

STATISTICAL = 1;

STATISTICAL_VALUE

Statistical forecast.

STATISTICAL = 1;

STATISTICAL_WITH_BFCM

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

STATISTICAL_WITH_BFCM = 2;

STATISTICAL_WITH_BFCM_VALUE

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

STATISTICAL_WITH_BFCM = 2;

UNRECOGNIZED
YEARLY_SEASONALITY

Yearly Seasonality model provides generic seasonality beyond BFCM.

YEARLY_SEASONALITY = 3;

YEARLY_SEASONALITY_VALUE

Yearly Seasonality model provides generic seasonality beyond BFCM.

YEARLY_SEASONALITY = 3;

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()