Class: Aws::SageMaker::Types::ListImageVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListImageVersionsRequest
- 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 only versions created on or after the specified time.
-
#creation_time_before ⇒ Time
A filter that returns only versions created on or before the specified time.
-
#image_name ⇒ String
The name of the image to list the versions of.
-
#last_modified_time_after ⇒ Time
A filter that returns only versions modified on or after the specified time.
-
#last_modified_time_before ⇒ Time
A filter that returns only versions modified on or before the specified time.
-
#max_results ⇒ Integer
The maximum number of versions to return in the response.
-
#next_token ⇒ String
If the previous call to ‘ListImageVersions` didn’t return the full set of versions, the call returns a token for getting the next set of versions.
-
#sort_by ⇒ String
The property used to sort results.
-
#sort_order ⇒ String
The sort order.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns only versions created on or after the specified time.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter that returns only versions created on or before the specified time.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#image_name ⇒ String
The name of the image to list the versions of.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
A filter that returns only versions modified on or after the specified time.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
A filter that returns only versions modified on or before the specified time.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of versions to return in the response. The default value is 10.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous call to ‘ListImageVersions` didn’t return the full set of versions, the call returns a token for getting the next set of versions.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The property used to sort results. The default value is ‘CREATION_TIME`.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order. The default value is ‘DESCENDING`.
28258 28259 28260 28261 28262 28263 28264 28265 28266 28267 28268 28269 28270 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28258 class ListImageVersionsRequest < Struct.new( :creation_time_after, :creation_time_before, :image_name, :last_modified_time_after, :last_modified_time_before, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |