Class: Aws::SageMaker::Types::ListTrainingPlansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListTrainingPlansResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to continue pagination if more results are available.
-
#training_plan_summaries ⇒ Array<Types::TrainingPlanSummary>
A list of summary information for the training plans.
Instance Attribute Details
#next_token ⇒ String
A token to continue pagination if more results are available.
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_summaries ⇒ Array<Types::TrainingPlanSummary>
A list of summary information for the training plans.
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 |