Skip to content

/AWS1/CL_FCSLISTPREDICTORSRSP

ListPredictorsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_predictors TYPE /AWS1/CL_FCSPREDICTORSUMMARY=>TT_PREDICTORS TT_PREDICTORS

An array of objects that summarize each predictor's properties.

iv_nexttoken TYPE /AWS1/FCSNEXTTOKEN /AWS1/FCSNEXTTOKEN

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.


Queryable Attributes

Predictors

An array of objects that summarize each predictor's properties.

Accessible with the following methods

Method Description
GET_PREDICTORS() Getter for PREDICTORS, with configurable default
ASK_PREDICTORS() Getter for PREDICTORS w/ exceptions if field has no value
HAS_PREDICTORS() Determine if PREDICTORS has a value

NextToken

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value