Class: Aws::SageMaker::Types::ListProjectsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListProjectsInput
- 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 the projects that were created after a specified time.
-
#creation_time_before ⇒ Time
A filter that returns the projects that were created before a specified time.
-
#max_results ⇒ Integer
The maximum number of projects to return in the response.
-
#name_contains ⇒ String
A filter that returns the projects whose name contains a specified string.
-
#next_token ⇒ String
If the result of the previous ‘ListProjects` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
The field by which to sort results.
-
#sort_order ⇒ String
The sort order for results.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns the projects that were created after a specified time.
30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30736 class ListProjectsInput < Struct.new( :creation_time_after, :creation_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns the projects that were created before a specified time.
30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30736 class ListProjectsInput < Struct.new( :creation_time_after, :creation_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of projects to return in the response.
30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30736 class ListProjectsInput < Struct.new( :creation_time_after, :creation_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A filter that returns the projects whose name contains a specified string.
30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30736 class ListProjectsInput < Struct.new( :creation_time_after, :creation_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the result of the previous ‘ListProjects` request was truncated, the response includes a `NextToken`. To retrieve the next set of projects, use the token in the next request.
30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30736 class ListProjectsInput < Struct.new( :creation_time_after, :creation_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The field by which to sort results. The default is ‘CreationTime`.
30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30736 class ListProjectsInput < Struct.new( :creation_time_after, :creation_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order for results. The default is ‘Ascending`.
30736 30737 30738 30739 30740 30741 30742 30743 30744 30745 30746 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30736 class ListProjectsInput < Struct.new( :creation_time_after, :creation_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |