class Aws::SageMaker::Types::ListImagesRequest
@note When making an API call, you may pass ListImagesRequest
data as a hash: { creation_time_after: Time.now, creation_time_before: Time.now, last_modified_time_after: Time.now, last_modified_time_before: Time.now, max_results: 1, name_contains: "ImageNameContains", next_token: "NextToken", sort_by: "CREATION_TIME", # accepts CREATION_TIME, LAST_MODIFIED_TIME, IMAGE_NAME sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING }
@!attribute [rw] creation_time_after
A filter that returns only images created on or after the specified time. @return [Time]
@!attribute [rw] creation_time_before
A filter that returns only images created on or before the specified time. @return [Time]
@!attribute [rw] last_modified_time_after
A filter that returns only images modified on or after the specified time. @return [Time]
@!attribute [rw] last_modified_time_before
A filter that returns only images modified on or before the specified time. @return [Time]
@!attribute [rw] max_results
The maximum number of images to return in the response. The default value is 10. @return [Integer]
@!attribute [rw] name_contains
A filter that returns only images whose name contains the specified string. @return [String]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] sort_by
The property used to sort results. The default value is `CREATION_TIME`. @return [String]
@!attribute [rw] sort_order
The sort order. The default value is `DESCENDING`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListImagesRequest AWS API Documentation
Constants
- SENSITIVE