sagemaker_delete_artifact {paws.machine.learning} | R Documentation |
Deletes an artifact
Description
Deletes an artifact. Either ArtifactArn
or Source
must be specified.
See https://www.paws-r-sdk.com/docs/sagemaker_delete_artifact/ for full documentation.
Usage
sagemaker_delete_artifact(ArtifactArn = NULL, Source = NULL)
Arguments
ArtifactArn |
The Amazon Resource Name (ARN) of the artifact to delete. |
Source |
The URI of the source. |
[Package paws.machine.learning version 0.7.0 Index]