Class: Aws::Types::TrainingPlanOffering
- Inherits:
-
Object
- Object
- Aws::Types::TrainingPlanOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
-
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
-
#requested_end_time_before ⇒ ::Time
Returns the value of attribute requested_end_time_before.
-
#requested_start_time_after ⇒ ::Time
Returns the value of attribute requested_start_time_after.
-
#reserved_capacity_offerings ⇒ ::Array[Types::ReservedCapacityOffering]
Returns the value of attribute reserved_capacity_offerings.
-
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
Returns the value of attribute target_resources.
-
#training_plan_offering_id ⇒ ::String
Returns the value of attribute training_plan_offering_id.
-
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
11549 11550 11551 |
# File 'sig/types.rbs', line 11549 def currency_code @currency_code end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
11546 11547 11548 |
# File 'sig/types.rbs', line 11546 def duration_hours @duration_hours end |
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
11547 11548 11549 |
# File 'sig/types.rbs', line 11547 def duration_minutes @duration_minutes end |
#requested_end_time_before ⇒ ::Time
Returns the value of attribute requested_end_time_before.
11545 11546 11547 |
# File 'sig/types.rbs', line 11545 def requested_end_time_before @requested_end_time_before end |
#requested_start_time_after ⇒ ::Time
Returns the value of attribute requested_start_time_after.
11544 11545 11546 |
# File 'sig/types.rbs', line 11544 def requested_start_time_after @requested_start_time_after end |
#reserved_capacity_offerings ⇒ ::Array[Types::ReservedCapacityOffering]
Returns the value of attribute reserved_capacity_offerings.
11550 11551 11552 |
# File 'sig/types.rbs', line 11550 def reserved_capacity_offerings @reserved_capacity_offerings end |
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
Returns the value of attribute target_resources.
11543 11544 11545 |
# File 'sig/types.rbs', line 11543 def target_resources @target_resources end |
#training_plan_offering_id ⇒ ::String
Returns the value of attribute training_plan_offering_id.
11542 11543 11544 |
# File 'sig/types.rbs', line 11542 def training_plan_offering_id @training_plan_offering_id end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
11548 11549 11550 |
# File 'sig/types.rbs', line 11548 def upfront_fee @upfront_fee end |