update_context
(**kwargs)¶Updates a context.
See also: AWS API Documentation
Request Syntax
response = client.update_context(
ContextName='string',
Description='string',
Properties={
'string': 'string'
},
PropertiesToRemove=[
'string',
]
)
[REQUIRED]
The name of the context to update.
The new list of properties. Overwrites the current property list.
A list of properties to remove.
dict
Response Syntax
{
'ContextArn': 'string'
}
Response Structure
(dict) --
ContextArn (string) --
The Amazon Resource Name (ARN) of the context.
Exceptions
SageMaker.Client.exceptions.ConflictException
SageMaker.Client.exceptions.ResourceNotFound