/AWS1/CL_SGMRSVDCAPOFFERING¶
Details about a reserved capacity offering for a training plan offering.
For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan .
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instancetype TYPE /AWS1/SGMRESERVEDCAPINSTTYPE /AWS1/SGMRESERVEDCAPINSTTYPE¶
The instance type for the reserved capacity offering.
iv_instancecount TYPE /AWS1/SGMRESERVEDCAPINSTCOUNT /AWS1/SGMRESERVEDCAPINSTCOUNT¶
The number of instances in the reserved capacity offering.
Optional arguments:¶
iv_reservedcapacitytype TYPE /AWS1/SGMRESERVEDCAPACITYTYPE /AWS1/SGMRESERVEDCAPACITYTYPE¶
The type of reserved capacity offering.
iv_ultraservertype TYPE /AWS1/SGMULTRASERVERTYPE /AWS1/SGMULTRASERVERTYPE¶
The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.
iv_ultraservercount TYPE /AWS1/SGMULTRASERVERCOUNT /AWS1/SGMULTRASERVERCOUNT¶
The number of UltraServers included in this reserved capacity offering.
iv_availabilityzone TYPE /AWS1/SGMAVAILABILITYZONE /AWS1/SGMAVAILABILITYZONE¶
The availability zone for the reserved capacity offering.
iv_durationhours TYPE /AWS1/SGMRESERVEDCAPDURHOURS /AWS1/SGMRESERVEDCAPDURHOURS¶
The number of whole hours in the total duration for this reserved capacity offering.
iv_durationminutes TYPE /AWS1/SGMRESERVEDCAPDURMINUTES /AWS1/SGMRESERVEDCAPDURMINUTES¶
The additional minutes beyond whole hours in the total duration for this reserved capacity offering.
iv_starttime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The start time of the reserved capacity offering.
iv_endtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The end time of the reserved capacity offering.
Queryable Attributes¶
ReservedCapacityType¶
The type of reserved capacity offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVEDCAPACITYTYPE() |
Getter for RESERVEDCAPACITYTYPE, with configurable default |
ASK_RESERVEDCAPACITYTYPE() |
Getter for RESERVEDCAPACITYTYPE w/ exceptions if field has n |
HAS_RESERVEDCAPACITYTYPE() |
Determine if RESERVEDCAPACITYTYPE has a value |
UltraServerType¶
The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ULTRASERVERTYPE() |
Getter for ULTRASERVERTYPE, with configurable default |
ASK_ULTRASERVERTYPE() |
Getter for ULTRASERVERTYPE w/ exceptions if field has no val |
HAS_ULTRASERVERTYPE() |
Determine if ULTRASERVERTYPE has a value |
UltraServerCount¶
The number of UltraServers included in this reserved capacity offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ULTRASERVERCOUNT() |
Getter for ULTRASERVERCOUNT, with configurable default |
ASK_ULTRASERVERCOUNT() |
Getter for ULTRASERVERCOUNT w/ exceptions if field has no va |
HAS_ULTRASERVERCOUNT() |
Determine if ULTRASERVERCOUNT has a value |
InstanceType¶
The instance type for the reserved capacity offering.
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¶
The number of instances in the reserved capacity offering.
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 |
AvailabilityZone¶
The availability zone for the reserved capacity offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE, with configurable default |
ASK_AVAILABILITYZONE() |
Getter for AVAILABILITYZONE w/ exceptions if field has no va |
HAS_AVAILABILITYZONE() |
Determine if AVAILABILITYZONE has a value |
DurationHours¶
The number of whole hours in the total duration for this reserved capacity offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATIONHOURS() |
Getter for DURATIONHOURS, with configurable default |
ASK_DURATIONHOURS() |
Getter for DURATIONHOURS w/ exceptions if field has no value |
HAS_DURATIONHOURS() |
Determine if DURATIONHOURS has a value |
DurationMinutes¶
The additional minutes beyond whole hours in the total duration for this reserved capacity offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATIONMINUTES() |
Getter for DURATIONMINUTES, with configurable default |
ASK_DURATIONMINUTES() |
Getter for DURATIONMINUTES w/ exceptions if field has no val |
HAS_DURATIONMINUTES() |
Determine if DURATIONMINUTES has a value |
StartTime¶
The start time of the reserved capacity offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The end time of the reserved capacity offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME 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_RESERVEDCAPACITYOFFERINGS¶
TYPES TT_RESERVEDCAPACITYOFFERINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMRSVDCAPOFFERING WITH DEFAULT KEY
.