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 ‘Ascending` or `Descending` order.
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.
28095 28096 28097 28098 28099 28100 28101 28102 28103 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28095 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.
28095 28096 28097 28098 28099 28100 28101 28102 28103 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28095 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.
28095 28096 28097 28098 28099 28100 28101 28102 28103 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28095 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.
28095 28096 28097 28098 28099 28100 28101 28102 28103 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28095 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.
28095 28096 28097 28098 28099 28100 28101 28102 28103 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28095 class ListHumanTaskUisRequest < Struct.new( :creation_time_after, :creation_time_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |