Delete Association
sagemaker_delete_association | R Documentation |
Deletes an association¶
Description¶
Deletes an association.
Usage¶
sagemaker_delete_association(SourceArn, DestinationArn)
Arguments¶
SourceArn |
[required] The ARN of the source. |
DestinationArn |
[required] The Amazon Resource Name (ARN) of the destination. |
Value¶
A list with the following syntax:
list(
SourceArn = "string",
DestinationArn = "string"
)
Request syntax¶
svc$delete_association(
SourceArn = "string",
DestinationArn = "string"
)