You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CustomImage as input to an Aws::Client method, you can use a vanilla Hash:

{
  image_name: "ImageName", # required
  image_version_number: 1,
  app_image_config_name: "AppImageConfigName", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#app_image_config_nameString

The name of the AppImageConfig.

Returns:

  • (String)

    The name of the AppImageConfig.

#image_nameString

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

Returns:

  • (String)

    The name of the CustomImage.

#image_version_numberInteger

The version number of the CustomImage.

Returns:

  • (Integer)

    The version number of the CustomImage.