Deletes an artifact
Deletes an artifact. Either ArtifactArn
or Source
must be specified.
sagemaker_delete_artifact(ArtifactArn, Source)
ArtifactArn |
The Amazon Resource Name (ARN) of the artifact to delete. |
Source |
The URI of the source. |
A list with the following syntax:
list( ArtifactArn = "string" )
svc$delete_artifact( ArtifactArn = "string", Source = list( SourceUri = "string", SourceTypes = list( list( SourceIdType = "MD5Hash"|"S3ETag"|"S3Version"|"Custom", Value = "string" ) ) ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.