Delete Action
sagemaker_delete_action | R Documentation |
Deletes an action¶
Description¶
Deletes an action.
Usage¶
sagemaker_delete_action(ActionName)
Arguments¶
ActionName |
[required] The name of the action to delete. |
Value¶
A list with the following syntax:
list(
ActionArn = "string"
)
Request syntax¶
svc$delete_action(
ActionName = "string"
)