Class: Aws::SageMaker::Types::ListLabelingJobsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#labeling_job_summary_listArray<Types::LabelingJobSummary>

An array of ‘LabelingJobSummary` objects, each describing a labeling job.

Returns:



7225
7226
7227
7228
7229
# File 'lib/aws-sdk-sagemaker/types.rb', line 7225

class ListLabelingJobsResponse < Struct.new(
  :labeling_job_summary_list,
  :next_token)
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


7225
7226
7227
7228
7229
# File 'lib/aws-sdk-sagemaker/types.rb', line 7225

class ListLabelingJobsResponse < Struct.new(
  :labeling_job_summary_list,
  :next_token)
  include Aws::Structure
end