class Aws::SageMaker::Types::CreateImageRequest

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

data as a hash:

    {
      description: "ImageDescription",
      display_name: "ImageDisplayName",
      image_name: "ImageName", # required
      role_arn: "RoleArn", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] description

The description of the image.
@return [String]

@!attribute [rw] display_name

The display name of the image. If not provided, `ImageName` is
displayed.
@return [String]

@!attribute [rw] image_name

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

@!attribute [rw] role_arn

The Amazon Resource Name (ARN) of an IAM role that enables Amazon
SageMaker to perform tasks on your behalf.
@return [String]

@!attribute [rw] tags

A list of tags to apply to the image.
@return [Array<Types::Tag>]

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

Constants

SENSITIVE