Skip to content

/AWS1/CL_SGMTRNPROGRESSINFO

The serverless training job progress information.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_totalstepcountperepoch TYPE /AWS1/SGMTOTALSTEPCNTPEREPOCH /AWS1/SGMTOTALSTEPCNTPEREPOCH

The total step count per epoch.

iv_currentstep TYPE /AWS1/SGMTRAININGSTEPINDEX /AWS1/SGMTRAININGSTEPINDEX

The current step number.

iv_currentepoch TYPE /AWS1/SGMTRAININGEPOCHINDEX /AWS1/SGMTRAININGEPOCHINDEX

The current epoch number.

iv_maxepoch TYPE /AWS1/SGMTRAININGEPOCHCOUNT /AWS1/SGMTRAININGEPOCHCOUNT

The maximum number of epochs for this job.


Queryable Attributes

TotalStepCountPerEpoch

The total step count per epoch.

Accessible with the following methods

Method Description
GET_TOTALSTEPCOUNTPEREPOCH() Getter for TOTALSTEPCOUNTPEREPOCH, with configurable default
ASK_TOTALSTEPCOUNTPEREPOCH() Getter for TOTALSTEPCOUNTPEREPOCH w/ exceptions if field has
HAS_TOTALSTEPCOUNTPEREPOCH() Determine if TOTALSTEPCOUNTPEREPOCH has a value

CurrentStep

The current step number.

Accessible with the following methods

Method Description
GET_CURRENTSTEP() Getter for CURRENTSTEP, with configurable default
ASK_CURRENTSTEP() Getter for CURRENTSTEP w/ exceptions if field has no value
HAS_CURRENTSTEP() Determine if CURRENTSTEP has a value

CurrentEpoch

The current epoch number.

Accessible with the following methods

Method Description
GET_CURRENTEPOCH() Getter for CURRENTEPOCH, with configurable default
ASK_CURRENTEPOCH() Getter for CURRENTEPOCH w/ exceptions if field has no value
HAS_CURRENTEPOCH() Determine if CURRENTEPOCH has a value

MaxEpoch

The maximum number of epochs for this job.

Accessible with the following methods

Method Description
GET_MAXEPOCH() Getter for MAXEPOCH, with configurable default
ASK_MAXEPOCH() Getter for MAXEPOCH w/ exceptions if field has no value
HAS_MAXEPOCH() Determine if MAXEPOCH has a value