update_artifact(**kwargs)¶Updates an artifact.
See also: AWS API Documentation
Request Syntax
response = client.update_artifact(
    ArtifactArn='string',
    ArtifactName='string',
    Properties={
        'string': 'string'
    },
    PropertiesToRemove=[
        'string',
    ]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the artifact to update.
The new list of properties. Overwrites the current property list.
A list of properties to remove.
dict
Response Syntax
{
    'ArtifactArn': 'string'
}
Response Structure
(dict) --
ArtifactArn (string) --
The Amazon Resource Name (ARN) of the artifact.
Exceptions
SageMaker.Client.exceptions.ConflictExceptionSageMaker.Client.exceptions.ResourceNotFound