Class: Aws::SageMaker::Types::ListLabelingJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListLabelingJobsResponse
- 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::LabelingJobSummary>
An array of
LabelingJobSummaryobjects, 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::LabelingJobSummary>
An array of LabelingJobSummary objects, each describing a labeling job.
33886 33887 33888 33889 33890 33891 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33886 class ListLabelingJobsResponse < 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.
33886 33887 33888 33889 33890 33891 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33886 class ListLabelingJobsResponse < Struct.new( :labeling_job_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |