Class: Aws::SageMaker::Types::ListFlowDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListFlowDefinitionsRequest
- 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 flow definitions with a creation time greater than or equal to the specified timestamp.
-
#creation_time_before ⇒ Time
A filter that returns only flow definitions 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 flow definitions with a creation time greater than or equal to the specified timestamp.
27805 27806 27807 27808 27809 27810 27811 27812 27813 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27805 class ListFlowDefinitionsRequest < 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 flow definitions that were created before the specified timestamp.
27805 27806 27807 27808 27809 27810 27811 27812 27813 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27805 class ListFlowDefinitionsRequest < 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.
27805 27806 27807 27808 27809 27810 27811 27812 27813 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27805 class ListFlowDefinitionsRequest < 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.
27805 27806 27807 27808 27809 27810 27811 27812 27813 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27805 class ListFlowDefinitionsRequest < 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.
27805 27806 27807 27808 27809 27810 27811 27812 27813 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27805 class ListFlowDefinitionsRequest < Struct.new( :creation_time_after, :creation_time_before, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |