/AWS1/CL_SGMINSTANCEGROUP¶
Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob API, you can configure multiple instance groups .
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instancetype TYPE /AWS1/SGMTRAININGINSTANCETYPE /AWS1/SGMTRAININGINSTANCETYPE¶
Specifies the instance type of the instance group.
iv_instancecount TYPE /AWS1/SGMTRAININGINSTANCECOUNT /AWS1/SGMTRAININGINSTANCECOUNT¶
Specifies the number of instances of the instance group.
iv_instancegroupname TYPE /AWS1/SGMINSTANCEGROUPNAME /AWS1/SGMINSTANCEGROUPNAME¶
Specifies the name of the instance group.
Queryable Attributes¶
InstanceType¶
Specifies the instance type of the instance group.
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 |
InstanceCount¶
Specifies the number of instances of the instance group.
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 |
InstanceGroupName¶
Specifies the name of the instance group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEGROUPNAME() |
Getter for INSTANCEGROUPNAME, with configurable default |
ASK_INSTANCEGROUPNAME() |
Getter for INSTANCEGROUPNAME w/ exceptions if field has no v |
HAS_INSTANCEGROUPNAME() |
Determine if INSTANCEGROUPNAME 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_INSTANCEGROUPS¶
TYPES TT_INSTANCEGROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMINSTANCEGROUP WITH DEFAULT KEY
.