Class: Aws::SageMaker::Types::ListImageVersionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

A filter that returns only versions created on or after the specified time.

Returns:

  • (Time)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_beforeTime

A filter that returns only versions created on or before the specified time.

Returns:

  • (Time)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_nameString

The name of the image to list the versions of.

Returns:

  • (String)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_afterTime

A filter that returns only versions modified on or after the specified time.

Returns:

  • (Time)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_beforeTime

A filter that returns only versions modified on or before the specified time.

Returns:

  • (Time)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_resultsInteger

The maximum number of versions to return in the response. The default value is 10.

Returns:

  • (Integer)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_tokenString

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.

Returns:

  • (String)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_byString

The property used to sort results. The default value is ‘CREATION_TIME`.

Returns:

  • (String)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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_orderString

The sort order. The default value is ‘DESCENDING`.

Returns:

  • (String)


26871
26872
26873
26874
26875
26876
26877
26878
26879
26880
26881
26882
26883
# File 'lib/aws-sdk-sagemaker/types.rb', line 26871

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