You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ListLabelingJobsForWorkteamResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListLabelingJobsForWorkteamResponse
- Defined in:
- (unknown)
Overview
Returned by:
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, Amazon SageMaker returns this token.
Instance Attribute Details
#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, Amazon SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.