Skip to content

/AWS1/CL_FDT=>UPDATEMODELVERSION()

About UpdateModelVersion

Updates a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03.

Method Signature

IMPORTING

Required arguments:

IV_MODELID TYPE /AWS1/FDTMODELIDENTIFIER /AWS1/FDTMODELIDENTIFIER

The model ID.

IV_MODELTYPE TYPE /AWS1/FDTMODELTYPEENUM /AWS1/FDTMODELTYPEENUM

The model type.

IV_MAJORVERSIONNUMBER TYPE /AWS1/FDTWHOLENUMBERVRSSTRING /AWS1/FDTWHOLENUMBERVRSSTRING

The major version number.

Optional arguments:

IO_EXTERNALEVENTSDETAIL TYPE REF TO /AWS1/CL_FDTEXTERNALEVENTSDET /AWS1/CL_FDTEXTERNALEVENTSDET

The details of the external events data used for training the model version. Required if trainingDataSource is EXTERNAL_EVENTS.

IO_INGESTEDEVENTSDETAIL TYPE REF TO /AWS1/CL_FDTINGESTEDEVENTSDET /AWS1/CL_FDTINGESTEDEVENTSDET

The details of the ingested event used for training the model version. Required if your trainingDataSource is INGESTED_EVENTS.

IT_TAGS TYPE /AWS1/CL_FDTTAG=>TT_TAGLIST TT_TAGLIST

A collection of key and value pairs.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FDTUPDATEMODELVRSRSLT /AWS1/CL_FDTUPDATEMODELVRSRSLT