Class: Aws::SageMaker::Types::ListLabelingJobsForWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListLabelingJobsForWorkteamResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#labeling_job_summary_list ⇒ Array<Types::LabelingJobForWorkteamSummary>
An array of ‘LabelingJobSummary` objects, each describing a labeling job.
-
#next_token ⇒ String
If the response is truncated, SageMaker returns this token.
Instance Attribute Details
#labeling_job_summary_list ⇒ Array<Types::LabelingJobForWorkteamSummary>
An array of ‘LabelingJobSummary` objects, each describing a labeling job.
28801 28802 28803 28804 28805 28806 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28801 class ListLabelingJobsForWorkteamResponse < Struct.new( :labeling_job_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.
28801 28802 28803 28804 28805 28806 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28801 class ListLabelingJobsForWorkteamResponse < Struct.new( :labeling_job_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |