Skip to content

/AWS1/CL_SGMINFERENCECOMPONE07

Details about the runtime settings for the model that is deployed with the inference component.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_desiredcopycount TYPE /AWS1/SGMINFERENCECOMPONENTC00 /AWS1/SGMINFERENCECOMPONENTC00

The number of runtime copies of the model container that you requested to deploy with the inference component.

iv_currentcopycount TYPE /AWS1/SGMINFERENCECOMPONENTC00 /AWS1/SGMINFERENCECOMPONENTC00

The number of runtime copies of the model container that are currently deployed.

it_placementstatus TYPE /AWS1/CL_SGMINFERCOMPPLCSTATUS=>TT_INFRNCCOMPNTPLCMTSTATUSLIST TT_INFRNCCOMPNTPLCMTSTATUSLIST

The placement status of the inference component across instance types. Shows how the inference component copies are distributed across instance types.


Queryable Attributes

DesiredCopyCount

The number of runtime copies of the model container that you requested to deploy with the inference component.

Accessible with the following methods

Method Description
GET_DESIREDCOPYCOUNT() Getter for DESIREDCOPYCOUNT, with configurable default
ASK_DESIREDCOPYCOUNT() Getter for DESIREDCOPYCOUNT w/ exceptions if field has no va
HAS_DESIREDCOPYCOUNT() Determine if DESIREDCOPYCOUNT has a value

CurrentCopyCount

The number of runtime copies of the model container that are currently deployed.

Accessible with the following methods

Method Description
GET_CURRENTCOPYCOUNT() Getter for CURRENTCOPYCOUNT, with configurable default
ASK_CURRENTCOPYCOUNT() Getter for CURRENTCOPYCOUNT w/ exceptions if field has no va
HAS_CURRENTCOPYCOUNT() Determine if CURRENTCOPYCOUNT has a value

PlacementStatus

The placement status of the inference component across instance types. Shows how the inference component copies are distributed across instance types.

Accessible with the following methods

Method Description
GET_PLACEMENTSTATUS() Getter for PLACEMENTSTATUS, with configurable default
ASK_PLACEMENTSTATUS() Getter for PLACEMENTSTATUS w/ exceptions if field has no val
HAS_PLACEMENTSTATUS() Determine if PLACEMENTSTATUS has a value