update_action(**kwargs)¶Updates an action.
See also: AWS API Documentation
Request Syntax
response = client.update_action(
    ActionName='string',
    Description='string',
    Status='Unknown'|'InProgress'|'Completed'|'Failed'|'Stopping'|'Stopped',
    Properties={
        'string': 'string'
    },
    PropertiesToRemove=[
        'string',
    ]
)
[REQUIRED]
The name of the action to update.
The new list of properties. Overwrites the current property list.
A list of properties to remove.
dict
Response Syntax
{
    'ActionArn': 'string'
}
Response Structure
(dict) --
ActionArn (string) --
The Amazon Resource Name (ARN) of the action.
Exceptions
SageMaker.Client.exceptions.ConflictExceptionSageMaker.Client.exceptions.ResourceNotFound