Class: Aws::SageMaker::Types::ListHubsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHubsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Only list hubs that were created after the time specified.
-
#creation_time_before ⇒ Time
Only list hubs that were created before the time specified.
-
#last_modified_time_after ⇒ Time
Only list hubs that were last modified after the time specified.
-
#last_modified_time_before ⇒ Time
Only list hubs that were last modified before the time specified.
-
#max_results ⇒ Integer
The maximum number of hubs to list.
-
#name_contains ⇒ String
Only list hubs with names that contain the specified string.
-
#next_token ⇒ String
If the response to a previous ‘ListHubs` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
Sort hubs by either name or creation time.
-
#sort_order ⇒ String
Sort hubs by ascending or descending order.
Instance Attribute Details
#creation_time_after ⇒ Time
Only list hubs that were created after the time specified.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Only list hubs that were created before the time specified.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
Only list hubs that were last modified after the time specified.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
Only list hubs that were last modified before the time specified.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of hubs to list.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Only list hubs with names that contain the specified string.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response to a previous ‘ListHubs` request was truncated, the response includes a `NextToken`. To retrieve the next set of hubs, use the token in the next request.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Sort hubs by either name or creation time.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Sort hubs by ascending or descending order.
28057 28058 28059 28060 28061 28062 28063 28064 28065 28066 28067 28068 28069 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28057 class ListHubsRequest < Struct.new( :name_contains, :creation_time_before, :creation_time_after, :last_modified_time_before, :last_modified_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |