Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class AggregationMethod.
Methods for converting sampled data to time series values.
Protobuf type google.cloud.capacityplanner.v1beta.UsageHistory.AggregationMethod
Namespace
Google \ Cloud \ CapacityPlanner \ V1beta \ UsageHistoryMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AGGREGATION_METHOD_UNSPECIFIED
Value: 0No aggregation method is specified.
Generated from protobuf enum AGGREGATION_METHOD_UNSPECIFIED = 0;
MEDIAN
Value: 1Generated from protobuf enum MEDIAN = 1;
PEAK
Value: 2Time series values represent the 99th percentile of the sampled values.
Generated from protobuf enum PEAK = 2;
P50
Value: 3Time series values represent the 50th(median) percentile of the sampled values.
Generated from protobuf enum P50 = 3;
P75
Value: 4Time series values represent the 75th percentile of the sampled values.
Generated from protobuf enum P75 = 4;
P99
Value: 5Time series values represent the 99th percentile of the sampled values.
Generated from protobuf enum P99 = 5;