/AWS1/CL_SGMINFERCOMPPLCSTATUS¶
The placement status of an inference component on a specific instance type. Shows the number of inference component copies currently placed on instances of a given type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instancetype TYPE /AWS1/SGMPRODUCTIONVARIANTIN00 /AWS1/SGMPRODUCTIONVARIANTIN00¶
The ML compute instance type where the inference component copies are placed.
iv_currentcopycount TYPE /AWS1/SGMINFERENCECOMPONENTC00 /AWS1/SGMINFERENCECOMPONENTC00¶
The number of inference component copies currently placed on instances of this type.
Queryable Attributes¶
InstanceType¶
The ML compute instance type where the inference component copies are placed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCETYPE() |
Getter for INSTANCETYPE, with configurable default |
ASK_INSTANCETYPE() |
Getter for INSTANCETYPE w/ exceptions if field has no value |
HAS_INSTANCETYPE() |
Determine if INSTANCETYPE has a value |
CurrentCopyCount¶
The number of inference component copies currently placed on instances of this type.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INFRNCCOMPNTPLCMTSTATUSLIST¶
TYPES TT_INFRNCCOMPNTPLCMTSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMINFERCOMPPLCSTATUS WITH DEFAULT KEY
.