Class: Aws::SageMaker::Types::ListHubContentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHubContentsRequest
- 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 hub content that was created after the time specified.
-
#creation_time_before ⇒ Time
Only list hub content that was created before the time specified.
-
#hub_content_type ⇒ String
The type of hub content to list.
-
#hub_name ⇒ String
The name of the hub to list the contents of.
-
#max_results ⇒ Integer
The maximum amount of hub content to list.
-
#max_schema_version ⇒ String
The upper bound of the hub content schema verion.
-
#name_contains ⇒ String
Only list hub content if the name contains the specified string.
-
#next_token ⇒ String
If the response to a previous ‘ListHubContents` request was truncated, the response includes a `NextToken`.
-
#sort_by ⇒ String
Sort hub content versions 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 hub content that was created after the time specified.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
Only list hub content that was created before the time specified.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#hub_content_type ⇒ String
The type of hub content to list.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#hub_name ⇒ String
The name of the hub to list the contents of.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum amount of hub content to list.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_schema_version ⇒ String
The upper bound of the hub content schema verion.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
Only list hub content if the name contains the specified string.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response to a previous ‘ListHubContents` request was truncated, the response includes a `NextToken`. To retrieve the next set of hub content, use the token in the next request.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Sort hub content versions by either name or creation time.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_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.
27961 27962 27963 27964 27965 27966 27967 27968 27969 27970 27971 27972 27973 27974 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27961 class ListHubContentsRequest < Struct.new( :hub_name, :hub_content_type, :name_contains, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |