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
5062 |
# File 'sig/client.rbs', line 5062
def available_instance_count: () -> ::Integer
|
#available_spare_instance_count ⇒ ::Integer
5065 |
# File 'sig/client.rbs', line 5065
def available_spare_instance_count: () -> ::Integer
|
#currency_code ⇒ ::String
5060 |
# File 'sig/client.rbs', line 5060
def currency_code: () -> ::String
|
#duration_hours ⇒ ::Integer
5055 |
# File 'sig/client.rbs', line 5055
def duration_hours: () -> ::Integer
|
#duration_minutes ⇒ ::Integer
5056 |
# File 'sig/client.rbs', line 5056
def duration_minutes: () -> ::Integer
|
#end_time ⇒ ::Time
5058 |
# File 'sig/client.rbs', line 5058
def end_time: () -> ::Time
|
#in_use_instance_count ⇒ ::Integer
5063 |
# File 'sig/client.rbs', line 5063
def in_use_instance_count: () -> ::Integer
|
#reserved_capacity_summaries ⇒ ::Array[Types::ReservedCapacitySummary]
5068 |
# File 'sig/client.rbs', line 5068
def reserved_capacity_summaries: () -> ::Array[Types::ReservedCapacitySummary]
|
#start_time ⇒ ::Time
5057 |
# File 'sig/client.rbs', line 5057
def start_time: () -> ::Time
|
#status ⇒ "Pending", ...
5053 |
# File 'sig/client.rbs', line 5053
def status: () -> ("Pending" | "Active" | "Scheduled" | "Expired" | "Failed")
|
#status_message ⇒ ::String
5054 |
# File 'sig/client.rbs', line 5054
def status_message: () -> ::String
|
#target_resources ⇒ ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
5067 |
# File 'sig/client.rbs', line 5067
def target_resources: () -> ::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]
|
#total_instance_count ⇒ ::Integer
5061 |
# File 'sig/client.rbs', line 5061
def total_instance_count: () -> ::Integer
|
#total_ultra_server_count ⇒ ::Integer
5066 |
# File 'sig/client.rbs', line 5066
def total_ultra_server_count: () -> ::Integer
|
#training_plan_arn ⇒ ::String
5051 |
# File 'sig/client.rbs', line 5051
def training_plan_arn: () -> ::String
|
#training_plan_name ⇒ ::String
5052 |
# File 'sig/client.rbs', line 5052
def training_plan_name: () -> ::String
|
#unhealthy_instance_count ⇒ ::Integer
5064 |
# File 'sig/client.rbs', line 5064
def unhealthy_instance_count: () -> ::Integer
|
#upfront_fee ⇒ ::String
5059 |
# File 'sig/client.rbs', line 5059
def upfront_fee: () -> ::String
|