Class: Aws::SageMaker::Types::ListImagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListImagesRequest
- 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 images created on or after the specified time.
-
#creation_time_before ⇒ Time
A filter that returns only images created on or before the specified time.
-
#last_modified_time_after ⇒ Time
A filter that returns only images modified on or after the specified time.
-
#last_modified_time_before ⇒ Time
A filter that returns only images modified on or before the specified time.
-
#max_results ⇒ Integer
The maximum number of images to return in the response.
-
#name_contains ⇒ String
A filter that returns only images whose name contains the specified string.
-
#next_token ⇒ String
If the previous call to ‘ListImages` didn’t return the full set of images, the call returns a token for getting the next set of images.
-
#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 images created on or after the specified time.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_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 only images created on or before the specified time.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_after ⇒ Time
A filter that returns only images modified on or after the specified time.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#last_modified_time_before ⇒ Time
A filter that returns only images modified on or before the specified time.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of images to return in the response. The default value is 10.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A filter that returns only images whose name contains the specified string.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the previous call to ‘ListImages` didn’t return the full set of images, the call returns a token for getting the next set of images.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :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`.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order. The default value is ‘DESCENDING`.
28335 28336 28337 28338 28339 28340 28341 28342 28343 28344 28345 28346 28347 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28335 class ListImagesRequest < Struct.new( :creation_time_after, :creation_time_before, :last_modified_time_after, :last_modified_time_before, :max_results, :name_contains, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |