Class: Aws::SageMaker::Types::ListImageVersionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_versionsArray<Types::ImageVersion>

A list of versions and their properties.

Returns:



26855
26856
26857
26858
26859
26860
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26855

class ListImageVersionsResponse < Struct.new(
  :image_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token for getting the next set of versions, if there are any.

Returns:

  • (String)


26855
26856
26857
26858
26859
26860
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26855

class ListImageVersionsResponse < Struct.new(
  :image_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end