Class: Aws::SageMaker::Types::ListTrainingPlansResponse

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

#next_tokenString

A token to continue pagination if more results are available.

Returns:

  • (String)


32677
32678
32679
32680
32681
32682
# File 'lib/aws-sdk-sagemaker/types.rb', line 32677

class ListTrainingPlansResponse < Struct.new(
  :next_token,
  :training_plan_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#training_plan_summariesArray<Types::TrainingPlanSummary>

A list of summary information for the training plans.

Returns:



32677
32678
32679
32680
32681
32682
# File 'lib/aws-sdk-sagemaker/types.rb', line 32677

class ListTrainingPlansResponse < Struct.new(
  :next_token,
  :training_plan_summaries)
  SENSITIVE = []
  include Aws::Structure
end