Class: Aws::Types::TrainingPlanOffering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


11526
11527
11528
# File 'sig/types.rbs', line 11526

def currency_code
  @currency_code
end

#duration_hours::Integer

Returns the value of attribute duration_hours.

Returns:

  • (::Integer)


11523
11524
11525
# File 'sig/types.rbs', line 11523

def duration_hours
  @duration_hours
end

#duration_minutes::Integer

Returns the value of attribute duration_minutes.

Returns:

  • (::Integer)


11524
11525
11526
# File 'sig/types.rbs', line 11524

def duration_minutes
  @duration_minutes
end

#requested_end_time_before::Time

Returns the value of attribute requested_end_time_before.

Returns:

  • (::Time)


11522
11523
11524
# File 'sig/types.rbs', line 11522

def requested_end_time_before
  @requested_end_time_before
end

#requested_start_time_after::Time

Returns the value of attribute requested_start_time_after.

Returns:

  • (::Time)


11521
11522
11523
# File 'sig/types.rbs', line 11521

def requested_start_time_after
  @requested_start_time_after
end

#reserved_capacity_offerings::Array[Types::ReservedCapacityOffering]

Returns the value of attribute reserved_capacity_offerings.

Returns:



11527
11528
11529
# File 'sig/types.rbs', line 11527

def reserved_capacity_offerings
  @reserved_capacity_offerings
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")])


11520
11521
11522
# File 'sig/types.rbs', line 11520

def target_resources
  @target_resources
end

#training_plan_offering_id::String

Returns the value of attribute training_plan_offering_id.

Returns:

  • (::String)


11519
11520
11521
# File 'sig/types.rbs', line 11519

def training_plan_offering_id
  @training_plan_offering_id
end

#upfront_fee::String

Returns the value of attribute upfront_fee.

Returns:

  • (::String)


11525
11526
11527
# File 'sig/types.rbs', line 11525

def upfront_fee
  @upfront_fee
end