Class: Aws::SageMaker::Types::ExtendTrainingPlanResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#training_plan_extensionsArray<Types::TrainingPlanExtension>

The list of extensions for the training plan, including the newly created extension.

Returns:



26226
26227
26228
26229
26230
# File 'lib/aws-sdk-sagemaker/types.rb', line 26226

class ExtendTrainingPlanResponse < Struct.new(
  :training_plan_extensions)
  SENSITIVE = []
  include Aws::Structure
end