Skip to content

/AWS1/CL_PZZSOLUTIONUPDATESUMM

Provides a summary of the properties of a solution update. For a complete listing, call the DescribeSolution API.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_solutionupdateconfig TYPE REF TO /AWS1/CL_PZZSOLUTIONUPDATECFG /AWS1/CL_PZZSOLUTIONUPDATECFG

The configuration details of the solution.

iv_status TYPE /AWS1/PZZSTATUS /AWS1/PZZSTATUS

The status of the solution update. A solution update can be in one of the following states:

CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

iv_performautotraining TYPE /AWS1/PZZPERFORMAUTOTRAINING /AWS1/PZZPERFORMAUTOTRAINING

Whether the solution automatically creates solution versions.

iv_performincrementalupdate TYPE /AWS1/PZZPERFORMINCREMENTALUPD /AWS1/PZZPERFORMINCREMENTALUPD

A Boolean value that indicates whether incremental training updates are performed on the model. When enabled, this allows the model to learn from new data more frequently without requiring full retraining, which enables near real-time personalization. This parameter is supported only for solutions that use the semantic-similarity recipe.

iv_creationdatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE

The date and time (in Unix format) that the solution update was created.

iv_lastupdateddatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE

The date and time (in Unix time) that the solution update was last updated.

iv_failurereason TYPE /AWS1/PZZFAILUREREASON /AWS1/PZZFAILUREREASON

If a solution update fails, the reason behind the failure.


Queryable Attributes

solutionUpdateConfig

The configuration details of the solution.

Accessible with the following methods

Method Description
GET_SOLUTIONUPDATECONFIG() Getter for SOLUTIONUPDATECONFIG

status

The status of the solution update. A solution update can be in one of the following states:

CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

performAutoTraining

Whether the solution automatically creates solution versions.

Accessible with the following methods

Method Description
GET_PERFORMAUTOTRAINING() Getter for PERFORMAUTOTRAINING, with configurable default
ASK_PERFORMAUTOTRAINING() Getter for PERFORMAUTOTRAINING w/ exceptions if field has no
HAS_PERFORMAUTOTRAINING() Determine if PERFORMAUTOTRAINING has a value

performIncrementalUpdate

A Boolean value that indicates whether incremental training updates are performed on the model. When enabled, this allows the model to learn from new data more frequently without requiring full retraining, which enables near real-time personalization. This parameter is supported only for solutions that use the semantic-similarity recipe.

Accessible with the following methods

Method Description
GET_PERFORMINCREMENTALUPDATE() Getter for PERFORMINCREMENTALUPDATE, with configurable defau
ASK_PERFORMINCREMENTALUPDATE() Getter for PERFORMINCREMENTALUPDATE w/ exceptions if field h
HAS_PERFORMINCREMENTALUPDATE() Determine if PERFORMINCREMENTALUPDATE has a value

creationDateTime

The date and time (in Unix format) that the solution update was created.

Accessible with the following methods

Method Description
GET_CREATIONDATETIME() Getter for CREATIONDATETIME, with configurable default
ASK_CREATIONDATETIME() Getter for CREATIONDATETIME w/ exceptions if field has no va
HAS_CREATIONDATETIME() Determine if CREATIONDATETIME has a value

lastUpdatedDateTime

The date and time (in Unix time) that the solution update was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDDATETIME() Getter for LASTUPDATEDDATETIME, with configurable default
ASK_LASTUPDATEDDATETIME() Getter for LASTUPDATEDDATETIME w/ exceptions if field has no
HAS_LASTUPDATEDDATETIME() Determine if LASTUPDATEDDATETIME has a value

failureReason

If a solution update fails, the reason behind the failure.

Accessible with the following methods

Method Description
GET_FAILUREREASON() Getter for FAILUREREASON, with configurable default
ASK_FAILUREREASON() Getter for FAILUREREASON w/ exceptions if field has no value
HAS_FAILUREREASON() Determine if FAILUREREASON has a value