Class: Aws::SageMaker::Types::ListHumanTaskUisRequest

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

#creation_time_afterTime

A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

Returns:

  • (Time)


26621
26622
26623
26624
26625
26626
26627
26628
26629
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26621

class ListHumanTaskUisRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns only human task user interfaces that were created before the specified timestamp.

Returns:

  • (Time)


26621
26622
26623
26624
26625
26626
26627
26628
26629
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26621

class ListHumanTaskUisRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

Returns:

  • (Integer)


26621
26622
26623
26624
26625
26626
26627
26628
26629
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26621

class ListHumanTaskUisRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to resume pagination.

Returns:

  • (String)


26621
26622
26623
26624
26625
26626
26627
26628
26629
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26621

class ListHumanTaskUisRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

Returns:

  • (String)


26621
26622
26623
26624
26625
26626
26627
26628
26629
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26621

class ListHumanTaskUisRequest < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :sort_order,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end