View source: R/sagemaker_operations.R
sagemaker_update_context | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.