Class: Aws::Types::TrainingPlanSummary

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)


11543
11544
11545
# File 'sig/types.rbs', line 11543

def available_instance_count
  @available_instance_count
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


11541
11542
11543
# File 'sig/types.rbs', line 11541

def currency_code
  @currency_code
end

#duration_hours::Integer

Returns the value of attribute duration_hours.

Returns:

  • (::Integer)


11536
11537
11538
# File 'sig/types.rbs', line 11536

def duration_hours
  @duration_hours
end

#duration_minutes::Integer

Returns the value of attribute duration_minutes.

Returns:

  • (::Integer)


11537
11538
11539
# File 'sig/types.rbs', line 11537

def duration_minutes
  @duration_minutes
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


11539
11540
11541
# File 'sig/types.rbs', line 11539

def end_time
  @end_time
end

#in_use_instance_count::Integer

Returns the value of attribute in_use_instance_count.

Returns:

  • (::Integer)


11544
11545
11546
# File 'sig/types.rbs', line 11544

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:



11547
11548
11549
# File 'sig/types.rbs', line 11547

def reserved_capacity_summaries
  @reserved_capacity_summaries
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


11538
11539
11540
# File 'sig/types.rbs', line 11538

def start_time
  @start_time
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

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


11534
11535
11536
# File 'sig/types.rbs', line 11534

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


11535
11536
11537
# File 'sig/types.rbs', line 11535

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")])


11546
11547
11548
# File 'sig/types.rbs', line 11546

def target_resources
  @target_resources
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


11542
11543
11544
# File 'sig/types.rbs', line 11542

def total_instance_count
  @total_instance_count
end

#total_ultra_server_count::Integer

Returns the value of attribute total_ultra_server_count.

Returns:

  • (::Integer)


11545
11546
11547
# File 'sig/types.rbs', line 11545

def total_ultra_server_count
  @total_ultra_server_count
end

#training_plan_arn::String

Returns the value of attribute training_plan_arn.

Returns:

  • (::String)


11532
11533
11534
# File 'sig/types.rbs', line 11532

def training_plan_arn
  @training_plan_arn
end

#training_plan_name::String

Returns the value of attribute training_plan_name.

Returns:

  • (::String)


11533
11534
11535
# File 'sig/types.rbs', line 11533

def training_plan_name
  @training_plan_name
end

#upfront_fee::String

Returns the value of attribute upfront_fee.

Returns:

  • (::String)


11540
11541
11542
# File 'sig/types.rbs', line 11540

def upfront_fee
  @upfront_fee
end