Learn R Programming

paws.machine.learning (version 0.7.0)

sagemaker_update_artifact: 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.