Class: Aws::SageMaker::Types::ListHubContentVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListHubContentVersionsRequest
- 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 versions that were created after the time specified.
-
#creation_time_before ⇒ Time
Only list hub content versions that were created before the time specified.
-
#hub_content_name ⇒ String
The name of the hub content.
-
#hub_content_type ⇒ String
The type of hub content to list versions of.
-
#hub_name ⇒ String
The name of the hub to list the content versions of.
-
#max_results ⇒ Integer
The maximum number of hub content versions to list.
-
#max_schema_version ⇒ String
The upper bound of the hub content schema version.
-
#min_version ⇒ String
The lower bound of the hub content versions to list.
-
#next_token ⇒ String
If the response to a previous ‘ListHubContentVersions` 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 hub content versions by ascending or descending order.
Instance Attribute Details
#creation_time_after ⇒ Time
Only list hub content versions that were created after the time specified.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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 versions that were created before the time specified.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#hub_content_name ⇒ String
The name of the hub content.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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 versions of.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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 content versions of.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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 number of hub content versions to list.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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 version.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#min_version ⇒ String
The lower bound of the hub content versions to list.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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 ‘ListHubContentVersions` request was truncated, the response includes a `NextToken`. To retrieve the next set of hub content versions, use the token in the next request.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :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 hub content versions by ascending or descending order.
29205 29206 29207 29208 29209 29210 29211 29212 29213 29214 29215 29216 29217 29218 29219 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 29205 class ListHubContentVersionsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :min_version, :max_schema_version, :creation_time_before, :creation_time_after, :sort_by, :sort_order, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |