The resource name of the connection in the form of: projects/{projectId}/locations/{locationId}/forecasts/{forecast_id} or organizations/{organization_id}/locations/{locationId}/forecasts/{forecast_id} or folders/{folder_id}/locations/{locationId}/forecasts/{forecast_id}
The collection of data points that represent the predicted values. Note that some of these values may be in the past (if, for example, the forecast was created in the past and predicted values for the present day).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Forecast](#Forecast)\n - [JSON representation](#Forecast.SCHEMA_REPRESENTATION)\n- [Bounds](#Bounds)\n\nThe `QueryForecasts` response.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"forecasts\": [ { object (/capacity-planner/docs/reference/rest/v1beta/QueryForecastsResponse#Forecast) } ] } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `forecasts[]` | `object (`[Forecast](/capacity-planner/docs/reference/rest/v1beta/QueryForecastsResponse#Forecast)`)` The forecasts that match the request. |\n\nForecast A collection of data points that describes the predicted time-varying values of a resource.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"timeSeries\": { object (/capacity-planner/docs/reference/rest/v1beta/TimeSeries) }, \"forecastType\": enum (/capacity-planner/docs/reference/rest/v1beta/ForecastType), \"bounds\": enum (/capacity-planner/docs/reference/rest/v1beta/QueryForecastsResponse#Bounds), \"predictionInterval\": enum (/capacity-planner/docs/reference/rest/v1beta/PredictionInterval), \"aggregationMethod\": enum (/capacity-planner/docs/reference/rest/v1beta/AggregationMethod) } ``` |\n\n| Fields ||\n|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name of the connection in the form of: `projects/{projectId}/locations/{locationId}/forecasts/{forecast_id}` or `organizations/{organization_id}/locations/{locationId}/forecasts/{forecast_id}` or `folders/{folder_id}/locations/{locationId}/forecasts/{forecast_id}` |\n| `timeSeries` | `object (`[TimeSeries](/capacity-planner/docs/reference/rest/v1beta/TimeSeries)`)` The collection of data points that represent the predicted values. Note that some of these values may be in the past (if, for example, the forecast was created in the past and predicted values for the present day). |\n| `forecastType` | `enum (`[ForecastType](/capacity-planner/docs/reference/rest/v1beta/ForecastType)`)` The type of forecast. |\n| `bounds` | `enum (`[Bounds](/capacity-planner/docs/reference/rest/v1beta/QueryForecastsResponse#Bounds)`)` The bounds represented by this forecast time series. |\n| `predictionInterval` | `enum (`[PredictionInterval](/capacity-planner/docs/reference/rest/v1beta/PredictionInterval)`)` The prediction interval represented by the time series. |\n| `aggregationMethod` | `enum (`[AggregationMethod](/capacity-planner/docs/reference/rest/v1beta/AggregationMethod)`)` Aggregation Method of the historical usage for which the forecast is generated |\n\nBounds The bounds of the forecast time series.\n\n| Enums ||\n|----------------------|----------------------------------------------------------------|\n| `BOUNDS_UNSPECIFIED` | No bounds is specified. |\n| `LOWER_BOUND` | The time series represents the upper bound of the forecast. |\n| `MEDIAN` | The time series represents the median expected forecast value. |\n| `UPPER_BOUND` | The time series represents the lower bound of the forecast. |"]]