Class: Aws::SageMaker::Types::ListHumanTaskUisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHumanTaskUisRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
-
#creation_time_before ⇒ Time
A filter that returns only human task user interfaces that were created before the specified timestamp.
-
#max_results ⇒ Integer
The total number of items to return.
-
#next_token ⇒ String
A token to resume pagination.
-
#sort_order ⇒ String
An optional value that specifies whether you want the results sorted in
AscendingorDescendingorder.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.
33117 33118 33119 33120 33121 33122 33123 33124 33125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33117 class ListHumanTaskUisRequest < Struct.new( :creation_time_after, :creation_time_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns only human task user interfaces that were created before the specified timestamp.
33117 33118 33119 33120 33121 33122 33123 33124 33125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33117 class ListHumanTaskUisRequest < Struct.new( :creation_time_after, :creation_time_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
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.
33117 33118 33119 33120 33121 33122 33123 33124 33125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33117 class ListHumanTaskUisRequest < Struct.new( :creation_time_after, :creation_time_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to resume pagination.
33117 33118 33119 33120 33121 33122 33123 33124 33125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33117 class ListHumanTaskUisRequest < Struct.new( :creation_time_after, :creation_time_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
An optional value that specifies whether you want the results sorted in Ascending or Descending order.
33117 33118 33119 33120 33121 33122 33123 33124 33125 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33117 class ListHumanTaskUisRequest < Struct.new( :creation_time_after, :creation_time_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |