Class: Aws::Types::TrainingPlanSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrainingPlanSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
-
#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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
-
#reserved_capacity_summaries ⇒ ::Array[Types::ReservedCapacitySummary]
Returns the value of attribute reserved_capacity_summaries.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
Returns the value of attribute target_resources.
-
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
-
#total_ultra_server_count ⇒ ::Integer
Returns the value of attribute total_ultra_server_count.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
-
#training_plan_name ⇒ ::String
Returns the value of attribute training_plan_name.
-
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
Instance Attribute Details
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
11551 11552 11553 |
# File 'sig/types.rbs', line 11551 def available_instance_count @available_instance_count end |
#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.
11544 11545 11546 |
# File 'sig/types.rbs', line 11544 def duration_hours @duration_hours end |
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
11545 11546 11547 |
# File 'sig/types.rbs', line 11545 def duration_minutes @duration_minutes end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
11547 11548 11549 |
# File 'sig/types.rbs', line 11547 def end_time @end_time end |
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
11552 11553 11554 |
# File 'sig/types.rbs', line 11552 def in_use_instance_count @in_use_instance_count end |
#reserved_capacity_summaries ⇒ ::Array[Types::ReservedCapacitySummary]
Returns the value of attribute reserved_capacity_summaries.
11555 11556 11557 |
# File 'sig/types.rbs', line 11555 def reserved_capacity_summaries @reserved_capacity_summaries end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
11546 11547 11548 |
# File 'sig/types.rbs', line 11546 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
11542 11543 11544 |
# File 'sig/types.rbs', line 11542 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
11543 11544 11545 |
# File 'sig/types.rbs', line 11543 def @status_message end |
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
Returns the value of attribute target_resources.
11554 11555 11556 |
# File 'sig/types.rbs', line 11554 def target_resources @target_resources end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
11550 11551 11552 |
# File 'sig/types.rbs', line 11550 def total_instance_count @total_instance_count end |
#total_ultra_server_count ⇒ ::Integer
Returns the value of attribute total_ultra_server_count.
11553 11554 11555 |
# File 'sig/types.rbs', line 11553 def total_ultra_server_count @total_ultra_server_count end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
11540 11541 11542 |
# File 'sig/types.rbs', line 11540 def training_plan_arn @training_plan_arn end |
#training_plan_name ⇒ ::String
Returns the value of attribute training_plan_name.
11541 11542 11543 |
# File 'sig/types.rbs', line 11541 def training_plan_name @training_plan_name 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 |