class Aws::SageMaker::Types::ListImageVersionsRequest

@note When making an API call, you may pass ListImageVersionsRequest

data as a hash:

    {
      creation_time_after: Time.now,
      creation_time_before: Time.now,
      image_name: "ImageName", # required
      last_modified_time_after: Time.now,
      last_modified_time_before: Time.now,
      max_results: 1,
      next_token: "NextToken",
      sort_by: "CREATION_TIME", # accepts CREATION_TIME, LAST_MODIFIED_TIME, VERSION
      sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
    }

@!attribute [rw] creation_time_after

A filter that returns only versions created on or after the
specified time.
@return [Time]

@!attribute [rw] creation_time_before

A filter that returns only versions created on or before the
specified time.
@return [Time]

@!attribute [rw] image_name

The name of the image to list the versions of.
@return [String]

@!attribute [rw] last_modified_time_after

A filter that returns only versions modified on or after the
specified time.
@return [Time]

@!attribute [rw] last_modified_time_before

A filter that returns only versions modified on or before the
specified time.
@return [Time]

@!attribute [rw] max_results

The maximum number of versions to return in the response. The
default value is 10.
@return [Integer]

@!attribute [rw] next_token

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.
@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/ListImageVersionsRequest AWS API Documentation

Constants

SENSITIVE