Class: Aws::SageMaker::Types::ListHumanTaskUisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHumanTaskUisResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_task_ui_summaries ⇒ Array<Types::HumanTaskUiSummary>
An array of objects describing the human task user interfaces.
-
#next_token ⇒ String
A token to resume pagination.
Instance Attribute Details
#human_task_ui_summaries ⇒ Array<Types::HumanTaskUiSummary>
An array of objects describing the human task user interfaces.
28137 28138 28139 28140 28141 28142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28137 class ListHumanTaskUisResponse < Struct.new( :human_task_ui_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to resume pagination.
28137 28138 28139 28140 28141 28142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28137 class ListHumanTaskUisResponse < Struct.new( :human_task_ui_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |