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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



26728
26729
26730
26731
26732
26733
# File 'lib/aws-sdk-sagemaker/types.rb', line 26728

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

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


26728
26729
26730
26731
26732
26733
# File 'lib/aws-sdk-sagemaker/types.rb', line 26728

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