Delete Context
sagemaker_delete_context | R Documentation |
Deletes an context¶
Description¶
Deletes an context.
Usage¶
sagemaker_delete_context(ContextName)
Arguments¶
ContextName |
[required] The name of the context to delete. |
Value¶
A list with the following syntax:
list(
ContextArn = "string"
)
Request syntax¶
svc$delete_context(
ContextName = "string"
)