Class: Aws::SageMaker::Types::ListHumanTaskUisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHumanTaskUisResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
29727 29728 29729 29730 29731 29732 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29727 class ListHumanTaskUisResponse < Struct.new( :human_task_ui_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to resume pagination.
29727 29728 29729 29730 29731 29732 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29727 class ListHumanTaskUisResponse < Struct.new( :human_task_ui_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |