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)


8901
8902
8903
8904
8905
8906
8907
# File 'lib/aws-sdk-sagemaker/types.rb', line 8901

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)


8901
8902
8903
8904
8905
8906
8907
# File 'lib/aws-sdk-sagemaker/types.rb', line 8901

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)


8901
8902
8903
8904
8905
8906
8907
# File 'lib/aws-sdk-sagemaker/types.rb', line 8901

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