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