Class: Aws::Types::DescribeTrainingPlanResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_instance_count::Integer

Returns the value of attribute available_instance_count.

Returns:

  • (::Integer)


5260
5261
5262
# File 'sig/types.rbs', line 5260

def available_instance_count
  @available_instance_count
end

#available_spare_instance_count::Integer

Returns the value of attribute available_spare_instance_count.

Returns:

  • (::Integer)


5263
5264
5265
# File 'sig/types.rbs', line 5263

def available_spare_instance_count
  @available_spare_instance_count
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


5258
5259
5260
# File 'sig/types.rbs', line 5258

def currency_code
  @currency_code
end

#duration_hours::Integer

Returns the value of attribute duration_hours.

Returns:

  • (::Integer)


5253
5254
5255
# File 'sig/types.rbs', line 5253

def duration_hours
  @duration_hours
end

#duration_minutes::Integer

Returns the value of attribute duration_minutes.

Returns:

  • (::Integer)


5254
5255
5256
# File 'sig/types.rbs', line 5254

def duration_minutes
  @duration_minutes
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


5256
5257
5258
# File 'sig/types.rbs', line 5256

def end_time
  @end_time
end

#in_use_instance_count::Integer

Returns the value of attribute in_use_instance_count.

Returns:

  • (::Integer)


5261
5262
5263
# File 'sig/types.rbs', line 5261

def in_use_instance_count
  @in_use_instance_count
end

#reserved_capacity_summaries::Array[Types::ReservedCapacitySummary]

Returns the value of attribute reserved_capacity_summaries.

Returns:



5266
5267
5268
# File 'sig/types.rbs', line 5266

def reserved_capacity_summaries
  @reserved_capacity_summaries
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


5255
5256
5257
# File 'sig/types.rbs', line 5255

def start_time
  @start_time
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "Active", "Scheduled", "Expired", "Failed")


5251
5252
5253
# File 'sig/types.rbs', line 5251

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


5252
5253
5254
# File 'sig/types.rbs', line 5252

def status_message
  @status_message
end

#target_resources::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")]

Returns the value of attribute target_resources.

Returns:

  • (::Array[("training-job" | "hyperpod-cluster" | "endpoint" | "studio-apps")])


5265
5266
5267
# File 'sig/types.rbs', line 5265

def target_resources
  @target_resources
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


5259
5260
5261
# File 'sig/types.rbs', line 5259

def total_instance_count
  @total_instance_count
end

#total_ultra_server_count::Integer

Returns the value of attribute total_ultra_server_count.

Returns:

  • (::Integer)


5264
5265
5266
# File 'sig/types.rbs', line 5264

def total_ultra_server_count
  @total_ultra_server_count
end

#training_plan_arn::String

Returns the value of attribute training_plan_arn.

Returns:

  • (::String)


5249
5250
5251
# File 'sig/types.rbs', line 5249

def training_plan_arn
  @training_plan_arn
end

#training_plan_name::String

Returns the value of attribute training_plan_name.

Returns:

  • (::String)


5250
5251
5252
# File 'sig/types.rbs', line 5250

def training_plan_name
  @training_plan_name
end

#unhealthy_instance_count::Integer

Returns the value of attribute unhealthy_instance_count.

Returns:

  • (::Integer)


5262
5263
5264
# File 'sig/types.rbs', line 5262

def unhealthy_instance_count
  @unhealthy_instance_count
end

#upfront_fee::String

Returns the value of attribute upfront_fee.

Returns:

  • (::String)


5257
5258
5259
# File 'sig/types.rbs', line 5257

def upfront_fee
  @upfront_fee
end