Module: Aws::SageMaker::Client::_DescribeTrainingPlanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTrainingPlanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #available_instance_count ⇒ ::Integer
- #available_spare_instance_count ⇒ ::Integer
- #currency_code ⇒ ::String
- #duration_hours ⇒ ::Integer
- #duration_minutes ⇒ ::Integer
- #end_time ⇒ ::Time
- #in_use_instance_count ⇒ ::Integer
- #reserved_capacity_summaries ⇒ ::Array[Types::ReservedCapacitySummary]
- #start_time ⇒ ::Time
- #status ⇒ "Pending", ...
- #status_message ⇒ ::String
- #target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
- #total_instance_count ⇒ ::Integer
- #total_ultra_server_count ⇒ ::Integer
- #training_plan_arn ⇒ ::String
- #training_plan_name ⇒ ::String
- #unhealthy_instance_count ⇒ ::Integer
- #upfront_fee ⇒ ::String
Instance Method Details
#available_instance_count ⇒ ::Integer
5045 |
# File 'sig/client.rbs', line 5045
def available_instance_count: () -> ::Integer
|
#available_spare_instance_count ⇒ ::Integer
5048 |
# File 'sig/client.rbs', line 5048
def available_spare_instance_count: () -> ::Integer
|
#currency_code ⇒ ::String
5043 |
# File 'sig/client.rbs', line 5043
def currency_code: () -> ::String
|
#duration_hours ⇒ ::Integer
5038 |
# File 'sig/client.rbs', line 5038
def duration_hours: () -> ::Integer
|
#duration_minutes ⇒ ::Integer
5039 |
# File 'sig/client.rbs', line 5039
def duration_minutes: () -> ::Integer
|
#end_time ⇒ ::Time
5041 |
# File 'sig/client.rbs', line 5041
def end_time: () -> ::Time
|
#in_use_instance_count ⇒ ::Integer
5046 |
# File 'sig/client.rbs', line 5046
def in_use_instance_count: () -> ::Integer
|
#reserved_capacity_summaries ⇒ ::Array[Types::ReservedCapacitySummary]
5051 |
# File 'sig/client.rbs', line 5051
def reserved_capacity_summaries: () -> ::Array[Types::ReservedCapacitySummary]
|
#start_time ⇒ ::Time
5040 |
# File 'sig/client.rbs', line 5040
def start_time: () -> ::Time
|
#status ⇒ "Pending", ...
5036 |
# File 'sig/client.rbs', line 5036
def status: () -> ("Pending" | "Active" | "Scheduled" | "Expired" | "Failed")
|
#status_message ⇒ ::String
5037 |
# File 'sig/client.rbs', line 5037
def status_message: () -> ::String
|
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
5050 |
# File 'sig/client.rbs', line 5050
def target_resources: () -> ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
|
#total_instance_count ⇒ ::Integer
5044 |
# File 'sig/client.rbs', line 5044
def total_instance_count: () -> ::Integer
|
#total_ultra_server_count ⇒ ::Integer
5049 |
# File 'sig/client.rbs', line 5049
def total_ultra_server_count: () -> ::Integer
|
#training_plan_arn ⇒ ::String
5034 |
# File 'sig/client.rbs', line 5034
def training_plan_arn: () -> ::String
|
#training_plan_name ⇒ ::String
5035 |
# File 'sig/client.rbs', line 5035
def training_plan_name: () -> ::String
|
#unhealthy_instance_count ⇒ ::Integer
5047 |
# File 'sig/client.rbs', line 5047
def unhealthy_instance_count: () -> ::Integer
|
#upfront_fee ⇒ ::String
5042 |
# File 'sig/client.rbs', line 5042
def upfront_fee: () -> ::String
|