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:



24919
24920
24921
24922
24923
24924
# File 'lib/aws-sdk-sagemaker/types.rb', line 24919

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

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


24919
24920
24921
24922
24923
24924
# File 'lib/aws-sdk-sagemaker/types.rb', line 24919

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