sagemaker_update_image: Updates the properties of a SageMaker image

View source: R/sagemaker_operations.R

sagemaker_update_imageR Documentation

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.

See https://www.paws-r-sdk.com/docs/sagemaker_update_image/ for full documentation.

Usage

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

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 ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.