Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can click “Customize cookies” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To continue without accepting these cookies, click “Continue without accepting.” To make more detailed choices or learn more, click “Customize cookies.”

Skip to content

/AWS1/CL_ASCLOADFORECAST

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.

CONSTRUCTOR

IMPORTING

Required arguments:

IT_TIMESTAMPS TYPE /AWS1/CL_ASCPREDICTIVESCAFCT00=>TT_PREDICTIVESCALINGFCTSMPS TT_PREDICTIVESCALINGFCTSMPS

The timestamps for the data points, in UTC format.

IT_VALUES TYPE /AWS1/CL_ASCPREDICTIVESCAFCV00=>TT_PREDICTIVESCALINGFCVALUES TT_PREDICTIVESCALINGFCVALUES

The values of the data points.

IO_METRICSPECIFICATION TYPE REF TO /AWS1/CL_ASCPREDICTIVESCAMET00 /AWS1/CL_ASCPREDICTIVESCAMET00

The metric specification for the load forecast.


Queryable Attributes

Timestamps

The timestamps for the data points, in UTC format.

Accessible with the following methods

Method Description
GET_TIMESTAMPS() Getter for TIMESTAMPS, with configurable default
ASK_TIMESTAMPS() Getter for TIMESTAMPS w/ exceptions if field has no value
HAS_TIMESTAMPS() Determine if TIMESTAMPS has a value

Values

The values of the data points.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES has a value

MetricSpecification

The metric specification for the load forecast.

Accessible with the following methods

Method Description
GET_METRICSPECIFICATION() Getter for METRICSPECIFICATION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_LOADFORECASTS

TYPES TT_LOADFORECASTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_ASCLOADFORECAST WITH DEFAULT KEY
.