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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_nameString

The name of the AppImageConfig.

Returns:

  • (String)


9681
9682
9683
9684
9685
9686
9687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9681

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)


9681
9682
9683
9684
9685
9686
9687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9681

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)


9681
9682
9683
9684
9685
9686
9687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 9681

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