public enum Forecast.PredictionInterval extends Enum<Forecast.PredictionInterval> implements ProtocolMessageEnumThe prediction interval represented by a forecast.
Protobuf enum google.cloud.capacityplanner.v1beta.Forecast.PredictionInterval
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
PREDICTION_INTERVAL_50 |
This represents a prediction interval that has 50% confidence. For
example, for a symmetric prediction interval, a |
PREDICTION_INTERVAL_50_VALUE |
This represents a prediction interval that has 50% confidence. For
example, for a symmetric prediction interval, a |
PREDICTION_INTERVAL_90 |
This represents a prediction interval that has 90% confidence. For
example, for a symmetric prediction interval, a |
PREDICTION_INTERVAL_90_VALUE |
This represents a prediction interval that has 90% confidence. For
example, for a symmetric prediction interval, a |
PREDICTION_INTERVAL_UNSPECIFIED |
No prediction interval is specified. |
PREDICTION_INTERVAL_UNSPECIFIED_VALUE |
No prediction interval is specified. |
UNRECOGNIZED |
|
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() |
|