Google Cloud Capacity Planner V1beta Client - Class PredictionInterval (0.1.0)

Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class PredictionInterval.

The prediction interval represented by a forecast.

Protobuf type google.cloud.capacityplanner.v1beta.Forecast.PredictionInterval

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta \ Forecast

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PREDICTION_INTERVAL_UNSPECIFIED

Value: 0

No prediction interval is specified.

Generated from protobuf enum PREDICTION_INTERVAL_UNSPECIFIED = 0;

PREDICTION_INTERVAL_90

Value: 1

This represents a prediction interval that has 90% confidence. For example, for a symmetric prediction interval, a PredictionInterval of PREDICTION_INTERVAL_90 means that the UPPER_BOUND will represent the 95th precentile.

Generated from protobuf enum PREDICTION_INTERVAL_90 = 1;

PREDICTION_INTERVAL_50

Value: 2

This represents a prediction interval that has 50% confidence. For example, for a symmetric prediction interval, a PredictionInterval of PREDICTION_INTERVAL_50 means that the UPPER_BOUND will represent the 75th precentile.

Generated from protobuf enum PREDICTION_INTERVAL_50 = 2;