/AWS1/CL_SGMRESERVEDCAPSUMMARY¶
Details of a reserved capacity for the training plan.
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_reservedcapacityarn
TYPE /AWS1/SGMRESERVEDCAPACITYARN
/AWS1/SGMRESERVEDCAPACITYARN
¶
The Amazon Resource Name (ARN); of the reserved capacity.
iv_instancetype
TYPE /AWS1/SGMRESERVEDCAPINSTTYPE
/AWS1/SGMRESERVEDCAPINSTTYPE
¶
The instance type for the reserved capacity.
iv_totalinstancecount
TYPE /AWS1/SGMTOTALINSTANCECOUNT
/AWS1/SGMTOTALINSTANCECOUNT
¶
The total number of instances in the reserved capacity.
iv_status
TYPE /AWS1/SGMRESERVEDCAPSTATUS
/AWS1/SGMRESERVEDCAPSTATUS
¶
The current status of the reserved capacity.
Optional arguments:¶
iv_availabilityzone
TYPE /AWS1/SGMAVAILABILITYZONE
/AWS1/SGMAVAILABILITYZONE
¶
The availability zone for the reserved capacity.
iv_durationhours
TYPE /AWS1/SGMRESERVEDCAPDURHOURS
/AWS1/SGMRESERVEDCAPDURHOURS
¶
The number of whole hours in the total duration for this reserved capacity.
iv_durationminutes
TYPE /AWS1/SGMRESERVEDCAPDURMINUTES
/AWS1/SGMRESERVEDCAPDURMINUTES
¶
The additional minutes beyond whole hours in the total duration for this reserved capacity.
iv_starttime
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
The start time of the reserved capacity.
iv_endtime
TYPE /AWS1/SGMTIMESTAMP
/AWS1/SGMTIMESTAMP
¶
The end time of the reserved capacity.
Queryable Attributes¶
ReservedCapacityArn¶
The Amazon Resource Name (ARN); of the reserved capacity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESERVEDCAPACITYARN() |
Getter for RESERVEDCAPACITYARN, with configurable default |
ASK_RESERVEDCAPACITYARN() |
Getter for RESERVEDCAPACITYARN w/ exceptions if field has no |
HAS_RESERVEDCAPACITYARN() |
Determine if RESERVEDCAPACITYARN has a value |
InstanceType¶
The instance type for the reserved capacity.
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 |
TotalInstanceCount¶
The total number of instances in the reserved capacity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOTALINSTANCECOUNT() |
Getter for TOTALINSTANCECOUNT, with configurable default |
ASK_TOTALINSTANCECOUNT() |
Getter for TOTALINSTANCECOUNT w/ exceptions if field has no |
HAS_TOTALINSTANCECOUNT() |
Determine if TOTALINSTANCECOUNT has a value |
Status¶
The current status of the reserved capacity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
AvailabilityZone¶
The availability zone for the reserved capacity.
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.
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.
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.
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.
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_RESERVEDCAPACITYSUMMARIES
¶
TYPES TT_RESERVEDCAPACITYSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMRESERVEDCAPSUMMARY WITH DEFAULT KEY
.