sagemaker_update_artifact: Updates an artifact

View source: R/sagemaker_operations.R

sagemaker_update_artifactR Documentation

Updates an artifact

Description

Updates an artifact.

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

Usage

sagemaker_update_artifact(
  ArtifactArn,
  ArtifactName = NULL,
  Properties = NULL,
  PropertiesToRemove = NULL
)

Arguments

ArtifactArn

[required] The Amazon Resource Name (ARN) of the artifact to update.

ArtifactName

The new name for the artifact.

Properties

The new list of properties. Overwrites the current property list.

PropertiesToRemove

A list of properties to remove.


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