class Aws::SageMaker::Types::UpdateImageRequest

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

data as a hash:

    {
      delete_properties: ["ImageDeleteProperty"],
      description: "ImageDescription",
      display_name: "ImageDisplayName",
      image_name: "ImageName", # required
      role_arn: "RoleArn",
    }

@!attribute [rw] delete_properties

A list of properties to delete. Only the `Description` and
`DisplayName` properties can be deleted.
@return [Array<String>]

@!attribute [rw] description

The new description for the image.
@return [String]

@!attribute [rw] display_name

The new display name for the image.
@return [String]

@!attribute [rw] image_name

The name of the image to update.
@return [String]

@!attribute [rw] role_arn

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

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

Constants

SENSITIVE