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

Class: Aws::SageMaker::Types::UpdateImageRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#delete_propertiesArray<String>

A list of properties to delete. Only the Description and DisplayName properties can be deleted.

Returns:

  • (Array<String>)

    A list of properties to delete.

#descriptionString

The new description for the image.

Returns:

  • (String)

    The new description for the image.

#display_nameString

The new display name for the image.

Returns:

  • (String)

    The new display name for the image.

#image_nameString

The name of the image to update.

Returns:

  • (String)

    The name of the image to update.

#role_arnString

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

Returns:

  • (String)

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