R/sagemaker_operations.R
sagemaker_update_artifact.Rd
Updates an artifact.
See https://www.paws-r-sdk.com/docs/sagemaker_update_artifact/ for full documentation.
sagemaker_update_artifact( ArtifactArn, ArtifactName = NULL, Properties = NULL, PropertiesToRemove = NULL )
[required] The Amazon Resource Name (ARN) of the artifact to update.
The new name for the artifact.
The new list of properties. Overwrites the current property list.
A list of properties to remove.