R/sagemaker_operations.R
sagemaker_update_action.Rd
Updates an action.
See https://www.paws-r-sdk.com/docs/sagemaker_update_action/ for full documentation.
sagemaker_update_action( ActionName, Description = NULL, Status = NULL, Properties = NULL, PropertiesToRemove = NULL )
[required] The name of the action to update.
The new description for the action.
The new status for the action.
The new list of properties. Overwrites the current property list.
A list of properties to remove.