Values.LoadForecastSourceA GetPredictiveScalingForecast call returns the load forecast for a predictive scaling policy. This structure includes the data points for that load forecast, along with the timestamps of those data points and the metric specification.
type nonrec t = {timestamps : PredictiveScalingForecastTimestamps.t option;The timestamps for the data points, in UTC format.
*)values : PredictiveScalingForecastValues.t option;The values of the data points.
*)metricSpecification : PredictiveScalingMetricSpecification.t option;The metric specification for the load forecast.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Double of MetricScale.t | `Timestamp of TimestampType.t ]
list
| `Structure of
(string
* [> `Double of MetricScale.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of ReturnData.t
| `String of XmlStringMaxLen255.t
| `Structure of
(string
* [> `String of XmlStringMetricStat.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
MetricDimensionName.t ])
list ]
list
| `String of MetricNamespace.t ])
list ])
list ])
list ]
list
| `String of XmlStringMaxLen1023.t ])
list ])
list ])
list ]