Class: Aws::SageMaker::Types::TrainingPlanExtensionOffering
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrainingPlanExtensionOffering
- 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
-
#availability_zone ⇒ String
The Availability Zone for this extension offering.
-
#currency_code ⇒ String
The currency code for the upfront fee (e.g., USD).
-
#duration_hours ⇒ Integer
The duration of this extension offering in hours.
-
#end_date ⇒ Time
The end date of this extension offering.
-
#start_date ⇒ Time
The start date of this extension offering.
-
#training_plan_extension_offering_id ⇒ String
The unique identifier for this extension offering.
-
#upfront_fee ⇒ String
The upfront fee for this extension offering.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone for this extension offering.
51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51132 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_code ⇒ String
The currency code for the upfront fee (e.g., USD).
51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51132 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_hours ⇒ Integer
The duration of this extension offering in hours.
51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51132 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_date ⇒ Time
The end date of this extension offering.
51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51132 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_date ⇒ Time
The start date of this extension offering.
51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51132 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_id ⇒ String
The unique identifier for this extension offering.
51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51132 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_fee ⇒ String
The upfront fee for this extension offering.
51132 51133 51134 51135 51136 51137 51138 51139 51140 51141 51142 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51132 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 |