/AWS1/CL_SGMTRNPLANOFFERING¶
Details about 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_trainingplanofferingid TYPE /AWS1/SGMTRNPLANOFFERINGID /AWS1/SGMTRNPLANOFFERINGID¶
The unique identifier for this training plan offering.
it_targetresources TYPE /AWS1/CL_SGMSMRESOURCENAMES_W=>TT_SAGEMAKERRESOURCENAMES TT_SAGEMAKERRESOURCENAMES¶
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) for this training plan offering.
Training plans are specific to their target resource.
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
Optional arguments:¶
iv_requestedstarttimeafter TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The requested start time that the user specified when searching for the training plan offering.
iv_requestedendtimebefore TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The requested end time that the user specified when searching for the training plan offering.
iv_durationhours TYPE /AWS1/SGMTRNPLANDURATIONHOURS /AWS1/SGMTRNPLANDURATIONHOURS¶
The number of whole hours in the total duration for this training plan offering.
iv_durationminutes TYPE /AWS1/SGMTRNPLANDURMINUTES /AWS1/SGMTRNPLANDURMINUTES¶
The additional minutes beyond whole hours in the total duration for this training plan offering.
iv_upfrontfee TYPE /AWS1/SGMSTRING256 /AWS1/SGMSTRING256¶
The upfront fee for this training plan offering.
iv_currencycode TYPE /AWS1/SGMCURRENCYCODE /AWS1/SGMCURRENCYCODE¶
The currency code for the upfront fee (e.g., USD).
it_reservedcapacityofferings TYPE /AWS1/CL_SGMRSVDCAPOFFERING=>TT_RESERVEDCAPACITYOFFERINGS TT_RESERVEDCAPACITYOFFERINGS¶
A list of reserved capacity offerings associated with this training plan offering.
Queryable Attributes¶
TrainingPlanOfferingId¶
The unique identifier for this training plan offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGPLANOFFERINGID() |
Getter for TRAININGPLANOFFERINGID, with configurable default |
ASK_TRAININGPLANOFFERINGID() |
Getter for TRAININGPLANOFFERINGID w/ exceptions if field has |
HAS_TRAININGPLANOFFERINGID() |
Determine if TRAININGPLANOFFERINGID has a value |
TargetResources¶
The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) for this training plan offering.
Training plans are specific to their target resource.
A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.
A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETRESOURCES() |
Getter for TARGETRESOURCES, with configurable default |
ASK_TARGETRESOURCES() |
Getter for TARGETRESOURCES w/ exceptions if field has no val |
HAS_TARGETRESOURCES() |
Determine if TARGETRESOURCES has a value |
RequestedStartTimeAfter¶
The requested start time that the user specified when searching for the training plan offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDSTARTTIMEAFTER() |
Getter for REQUESTEDSTARTTIMEAFTER, with configurable defaul |
ASK_REQUESTEDSTARTTIMEAFTER() |
Getter for REQUESTEDSTARTTIMEAFTER w/ exceptions if field ha |
HAS_REQUESTEDSTARTTIMEAFTER() |
Determine if REQUESTEDSTARTTIMEAFTER has a value |
RequestedEndTimeBefore¶
The requested end time that the user specified when searching for the training plan offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDENDTIMEBEFORE() |
Getter for REQUESTEDENDTIMEBEFORE, with configurable default |
ASK_REQUESTEDENDTIMEBEFORE() |
Getter for REQUESTEDENDTIMEBEFORE w/ exceptions if field has |
HAS_REQUESTEDENDTIMEBEFORE() |
Determine if REQUESTEDENDTIMEBEFORE has a value |
DurationHours¶
The number of whole hours in the total duration for this training plan 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 training plan 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 |
UpfrontFee¶
The upfront fee for this training plan offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPFRONTFEE() |
Getter for UPFRONTFEE, with configurable default |
ASK_UPFRONTFEE() |
Getter for UPFRONTFEE w/ exceptions if field has no value |
HAS_UPFRONTFEE() |
Determine if UPFRONTFEE has a value |
CurrencyCode¶
The currency code for the upfront fee (e.g., USD).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENCYCODE() |
Getter for CURRENCYCODE, with configurable default |
ASK_CURRENCYCODE() |
Getter for CURRENCYCODE w/ exceptions if field has no value |
HAS_CURRENCYCODE() |
Determine if CURRENCYCODE has a value |
ReservedCapacityOfferings¶
A list of reserved capacity offerings associated with this training plan offering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVEDCAPOFFERINGS() |
Getter for RESERVEDCAPACITYOFFERINGS, with configurable defa |
ASK_RESERVEDCAPOFFERINGS() |
Getter for RESERVEDCAPACITYOFFERINGS w/ exceptions if field |
HAS_RESERVEDCAPOFFERINGS() |
Determine if RESERVEDCAPACITYOFFERINGS 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_TRAININGPLANOFFERINGS¶
TYPES TT_TRAININGPLANOFFERINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMTRNPLANOFFERING WITH DEFAULT KEY
.