View source: R/sagemaker_operations.R
sagemaker_update_artifact | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.