Class: Aws::SageMaker::Types::TrainingPlanExtensionOffering

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Details about an available extension offering for a training plan. Use the offering ID with the ExtendTrainingPlan API to extend a training plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone for this extension offering.

Returns:

  • (String)


50941
50942
50943
50944
50945
50946
50947
50948
50949
50950
50951
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50941

class TrainingPlanExtensionOffering < Struct.new(
  :training_plan_extension_offering_id,
  :availability_zone,
  :start_date,
  :end_date,
  :duration_hours,
  :upfront_fee,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

The currency code for the upfront fee (e.g., USD).

Returns:

  • (String)


50941
50942
50943
50944
50945
50946
50947
50948
50949
50950
50951
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50941

class TrainingPlanExtensionOffering < Struct.new(
  :training_plan_extension_offering_id,
  :availability_zone,
  :start_date,
  :end_date,
  :duration_hours,
  :upfront_fee,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#duration_hoursInteger

The duration of this extension offering in hours.

Returns:

  • (Integer)


50941
50942
50943
50944
50945
50946
50947
50948
50949
50950
50951
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50941

class TrainingPlanExtensionOffering < Struct.new(
  :training_plan_extension_offering_id,
  :availability_zone,
  :start_date,
  :end_date,
  :duration_hours,
  :upfront_fee,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#end_dateTime

The end date of this extension offering.

Returns:

  • (Time)


50941
50942
50943
50944
50945
50946
50947
50948
50949
50950
50951
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50941

class TrainingPlanExtensionOffering < Struct.new(
  :training_plan_extension_offering_id,
  :availability_zone,
  :start_date,
  :end_date,
  :duration_hours,
  :upfront_fee,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The start date of this extension offering.

Returns:

  • (Time)


50941
50942
50943
50944
50945
50946
50947
50948
50949
50950
50951
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50941

class TrainingPlanExtensionOffering < Struct.new(
  :training_plan_extension_offering_id,
  :availability_zone,
  :start_date,
  :end_date,
  :duration_hours,
  :upfront_fee,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#training_plan_extension_offering_idString

The unique identifier for this extension offering.

Returns:

  • (String)


50941
50942
50943
50944
50945
50946
50947
50948
50949
50950
50951
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50941

class TrainingPlanExtensionOffering < Struct.new(
  :training_plan_extension_offering_id,
  :availability_zone,
  :start_date,
  :end_date,
  :duration_hours,
  :upfront_fee,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end

#upfront_feeString

The upfront fee for this extension offering.

Returns:

  • (String)


50941
50942
50943
50944
50945
50946
50947
50948
50949
50950
50951
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50941

class TrainingPlanExtensionOffering < Struct.new(
  :training_plan_extension_offering_id,
  :availability_zone,
  :start_date,
  :end_date,
  :duration_hours,
  :upfront_fee,
  :currency_code)
  SENSITIVE = []
  include Aws::Structure
end