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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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:



24831
24832
24833
24834
24835
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24831

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