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

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

#image_versionsArray<Types::ImageVersion>

A list of versions and their properties.

Returns:



26895
26896
26897
26898
26899
26900
# File 'lib/aws-sdk-sagemaker/types.rb', line 26895

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)


26895
26896
26897
26898
26899
26900
# File 'lib/aws-sdk-sagemaker/types.rb', line 26895

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