Skip to content

/AWS1/CL_ML_PREDICTOUTPUT

PredictOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

io_prediction TYPE REF TO /AWS1/CL_ML_PREDICTION /AWS1/CL_ML_PREDICTION

The output from a Predict operation:

  • Details - Contains the following attributes: DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASS DetailsAttributes.ALGORITHM - SGD

  • PredictedLabel - Present for either a BINARY or MULTICLASS MLModel request.

  • PredictedScores - Contains the raw classification score corresponding to each label.


  • PredictedValue - Present for a REGRESSION MLModel request.



Queryable Attributes

Prediction

The output from a Predict operation:

  • Details - Contains the following attributes: DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASS DetailsAttributes.ALGORITHM - SGD

  • PredictedLabel - Present for either a BINARY or MULTICLASS MLModel request.

  • PredictedScores - Contains the raw classification score corresponding to each label.


  • PredictedValue - Present for a REGRESSION MLModel request.


Accessible with the following methods

Method Description
GET_PREDICTION() Getter for PREDICTION