/AWS1/CL_SGMPLACEMENTSPEC¶
Specifies how instances should be placed on a specific UltraServer.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instancecount TYPE /AWS1/SGMTRAININGINSTANCECOUNT /AWS1/SGMTRAININGINSTANCECOUNT¶
The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.
Optional arguments:¶
iv_ultraserverid TYPE /AWS1/SGMSTRING256 /AWS1/SGMSTRING256¶
The unique identifier of the UltraServer where instances should be placed.
Queryable Attributes¶
UltraServerId¶
The unique identifier of the UltraServer where instances should be placed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ULTRASERVERID() |
Getter for ULTRASERVERID, with configurable default |
ASK_ULTRASERVERID() |
Getter for ULTRASERVERID w/ exceptions if field has no value |
HAS_ULTRASERVERID() |
Determine if ULTRASERVERID has a value |
InstanceCount¶
The number of ML compute instances required to be placed together on the same UltraServer. Minimum value of 1.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCECOUNT() |
Getter for INSTANCECOUNT, with configurable default |
ASK_INSTANCECOUNT() |
Getter for INSTANCECOUNT w/ exceptions if field has no value |
HAS_INSTANCECOUNT() |
Determine if INSTANCECOUNT 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_PLACEMENTSPECIFICATIONS¶
TYPES TT_PLACEMENTSPECIFICATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMPLACEMENTSPEC WITH DEFAULT KEY
.