sagemaker_update_artifact {paws.machine.learning} | R 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. |
[Package paws.machine.learning version 0.9.0 Index]