Class: Aws::SageMaker::Types::CustomImage

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

Overview

A custom SageMaker image. For more information, see [Bring your own SageMaker image].

[1]: docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_nameString

The name of the AppImageConfig.

Returns:

  • (String)


9687
9688
9689
9690
9691
9692
9693
# File 'lib/aws-sdk-sagemaker/types.rb', line 9687

class CustomImage < Struct.new(
  :image_name,
  :image_version_number,
  :app_image_config_name)
  SENSITIVE = []
  include Aws::Structure
end

#image_nameString

The name of the CustomImage. Must be unique to your account.

Returns:

  • (String)


9687
9688
9689
9690
9691
9692
9693
# File 'lib/aws-sdk-sagemaker/types.rb', line 9687

class CustomImage < Struct.new(
  :image_name,
  :image_version_number,
  :app_image_config_name)
  SENSITIVE = []
  include Aws::Structure
end

#image_version_numberInteger

The version number of the CustomImage.

Returns:

  • (Integer)


9687
9688
9689
9690
9691
9692
9693
# File 'lib/aws-sdk-sagemaker/types.rb', line 9687

class CustomImage < Struct.new(
  :image_name,
  :image_version_number,
  :app_image_config_name)
  SENSITIVE = []
  include Aws::Structure
end