class Aws::SageMaker::Types::CustomImage

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

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

@note When making an API call, you may pass CustomImage

data as a hash:

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

@!attribute [rw] image_name

The name of the CustomImage. Must be unique to your account.
@return [String]

@!attribute [rw] image_version_number

The version number of the CustomImage.
@return [Integer]

@!attribute [rw] app_image_config_name

The name of the AppImageConfig.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CustomImage AWS API Documentation

Constants

SENSITIVE