Class: Aws::SageMaker::Types::ListLabelingJobsForWorkteamResponse

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

#labeling_job_summary_listArray<Types::LabelingJobForWorkteamSummary>

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



30351
30352
30353
30354
30355
30356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30351

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

#next_tokenString

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

Returns:

  • (String)


30351
30352
30353
30354
30355
30356
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30351

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