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:



26722
26723
26724
26725
26726
26727
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26722

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

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


26722
26723
26724
26725
26726
26727
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26722

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