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
ListProjectsrequest was truncated, the response includes aNextToken. -
#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.
35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35928 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.
35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35928 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.
35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35928 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.
35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35928 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.
35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35928 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.
35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35928 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.
35928 35929 35930 35931 35932 35933 35934 35935 35936 35937 35938 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 35928 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 |