Class: Aws::SageMaker::Types::AvailableUpgrade

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

Overview

Contains information about an available upgrade for a SageMaker Partner AI App, including the version number and release notes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#release_notesArray<String>

A list of release notes describing the changes and improvements included in the available upgrade version.

Returns:

  • (Array<String>)


3145
3146
3147
3148
3149
3150
# File 'lib/aws-sdk-sagemaker/types.rb', line 3145

class AvailableUpgrade < Struct.new(
  :version,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The semantic version number of the available upgrade for the SageMaker Partner AI App.

Returns:

  • (String)


3145
3146
3147
3148
3149
3150
# File 'lib/aws-sdk-sagemaker/types.rb', line 3145

class AvailableUpgrade < Struct.new(
  :version,
  :release_notes)
  SENSITIVE = []
  include Aws::Structure
end