Updates a context
Updates a context.
sagemaker_update_context(ContextName, Description, Properties, PropertiesToRemove)
ContextName |
[required] The name of the context to update. |
Description |
The new description for the context. |
Properties |
The new list of properties. Overwrites the current property list. |
PropertiesToRemove |
A list of properties to remove. |
A list with the following syntax:
list( ContextArn = "string" )
svc$update_context( ContextName = "string", Description = "string", Properties = list( "string" ), PropertiesToRemove = list( "string" ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.