Class: Aws::Types::SearchTrainingPlanOfferingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchTrainingPlanOfferingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
-
#end_time_before ⇒ ::Time
Returns the value of attribute end_time_before.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#start_time_after ⇒ ::Time
Returns the value of attribute start_time_after.
-
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
Returns the value of attribute target_resources.
-
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
-
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
-
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
Instance Attribute Details
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
10800 10801 10802 |
# File 'sig/types.rbs', line 10800 def duration_hours @duration_hours end |
#end_time_before ⇒ ::Time
Returns the value of attribute end_time_before.
10799 10800 10801 |
# File 'sig/types.rbs', line 10799 def end_time_before @end_time_before end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
10795 10796 10797 |
# File 'sig/types.rbs', line 10795 def instance_count @instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
10794 10795 10796 |
# File 'sig/types.rbs', line 10794 def instance_type @instance_type end |
#start_time_after ⇒ ::Time
Returns the value of attribute start_time_after.
10798 10799 10800 |
# File 'sig/types.rbs', line 10798 def start_time_after @start_time_after end |
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
Returns the value of attribute target_resources.
10801 10802 10803 |
# File 'sig/types.rbs', line 10801 def target_resources @target_resources end |
#training_plan_arn ⇒ ::String
Returns the value of attribute training_plan_arn.
10802 10803 10804 |
# File 'sig/types.rbs', line 10802 def training_plan_arn @training_plan_arn end |
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
10797 10798 10799 |
# File 'sig/types.rbs', line 10797 def ultra_server_count @ultra_server_count end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
10796 10797 10798 |
# File 'sig/types.rbs', line 10796 def ultra_server_type @ultra_server_type end |