Class: Aws::SageMaker::Types::ListHumanTaskUisResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#human_task_ui_summariesArray<Types::HumanTaskUiSummary>

An array of objects describing the human task user interfaces.

Returns:



27347
27348
27349
27350
27351
27352
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27347

class ListHumanTaskUisResponse < Struct.new(
  :human_task_ui_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


27347
27348
27349
27350
27351
27352
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27347

class ListHumanTaskUisResponse < Struct.new(
  :human_task_ui_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end