Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_update_image

Updates the properties of a SageMaker image


Description

Updates the properties of a SageMaker image. To change the image's tags, use the add_tags and delete_tags APIs.

Usage

sagemaker_update_image(DeleteProperties, Description, DisplayName,
  ImageName, RoleArn)

Arguments

DeleteProperties

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

Description

The new description for the image.

DisplayName

The new display name for the image.

ImageName

[required] The name of the image to update.

RoleArn

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

Value

A list with the following syntax:

list(
  ImageArn = "string"
)

Request syntax

svc$update_image(
  DeleteProperties = list(
    "string"
  ),
  Description = "string",
  DisplayName = "string",
  ImageName = "string",
  RoleArn = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.