Class: Aws::SageMaker::Types::ListTrainingJobsResponse

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

If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

Returns:

  • (String)


29645
29646
29647
29648
29649
29650
# File 'lib/aws-sdk-sagemaker/types.rb', line 29645

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

#training_job_summariesArray<Types::TrainingJobSummary>

An array of ‘TrainingJobSummary` objects, each listing a training job.

Returns:



29645
29646
29647
29648
29649
29650
# File 'lib/aws-sdk-sagemaker/types.rb', line 29645

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