Class: Aws::Types::DescribeTrainingPlanResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrainingPlanResponse
- 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.
-
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_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.
-
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
-
#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.
5279 5280 5281 |
# File 'sig/types.rbs', line 5279 def available_instance_count @available_instance_count end |
#available_spare_instance_count ⇒ ::Integer
Returns the value of attribute available_spare_instance_count.
5282 5283 5284 |
# File 'sig/types.rbs', line 5282 def available_spare_instance_count @available_spare_instance_count end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
5277 5278 5279 |
# File 'sig/types.rbs', line 5277 def currency_code @currency_code end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
5272 5273 5274 |
# File 'sig/types.rbs', line 5272 def duration_hours @duration_hours end |
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
5273 5274 5275 |
# File 'sig/types.rbs', line 5273 def duration_minutes @duration_minutes end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
5275 5276 5277 |
# File 'sig/types.rbs', line 5275 def end_time @end_time end |
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
5280 5281 5282 |
# File 'sig/types.rbs', line 5280 def in_use_instance_count @in_use_instance_count end |
#reserved_capacity_summaries ⇒ ::Array[Types::ReservedCapacitySummary]
Returns the value of attribute reserved_capacity_summaries.
5285 5286 5287 |
# File 'sig/types.rbs', line 5285 def reserved_capacity_summaries @reserved_capacity_summaries end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5274 5275 5276 |
# File 'sig/types.rbs', line 5274 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
5270 5271 5272 |
# File 'sig/types.rbs', line 5270 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
5271 5272 5273 |
# File 'sig/types.rbs', line 5271 def @status_message end |
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
Returns the value of attribute target_resources.
5284 5285 5286 |
# File 'sig/types.rbs', line 5284 def target_resources @target_resources end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
5278 5279 5280 |
# File 'sig/types.rbs', line 5278 def total_instance_count @total_instance_count end |
#total_ultra_server_count ⇒ ::Integer
Returns the value of attribute total_ultra_server_count.
5283 5284 5285 |
# File 'sig/types.rbs', line 5283 def total_ultra_server_count @total_ultra_server_count end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
5268 5269 5270 |
# File 'sig/types.rbs', line 5268 def training_plan_arn @training_plan_arn end |
#training_plan_name ⇒ ::String
Returns the value of attribute training_plan_name.
5269 5270 5271 |
# File 'sig/types.rbs', line 5269 def training_plan_name @training_plan_name end |
#unhealthy_instance_count ⇒ ::Integer
Returns the value of attribute unhealthy_instance_count.
5281 5282 5283 |
# File 'sig/types.rbs', line 5281 def unhealthy_instance_count @unhealthy_instance_count end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
5276 5277 5278 |
# File 'sig/types.rbs', line 5276 def upfront_fee @upfront_fee end |