

# LoadForecast
<a name="API_LoadForecast"></a>

 A `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. 

## Contents
<a name="API_LoadForecast_Contents"></a>

 ** MetricSpecification **   <a name="autoscaling-Type-LoadForecast-MetricSpecification"></a>
 The metric specification for the load forecast.   
Type: [PredictiveScalingMetricSpecification](API_PredictiveScalingMetricSpecification.md) object  
Required: Yes

 ** Timestamps **   <a name="autoscaling-Type-LoadForecast-Timestamps"></a>
 The timestamps for the data points, in UTC format.   
Type: Array of timestamps  
Required: Yes

 ** Values **   <a name="autoscaling-Type-LoadForecast-Values"></a>
 The values of the data points.   
Type: Array of doubles  
Required: Yes

## See Also
<a name="API_LoadForecast_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/application-autoscaling-2016-02-06/LoadForecast) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/application-autoscaling-2016-02-06/LoadForecast) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/application-autoscaling-2016-02-06/LoadForecast) 