SageMaker / Client / delete_context

delete_context#

SageMaker.Client.delete_context(**kwargs)#

Deletes an context.

See also: AWS API Documentation

Request Syntax

response = client.delete_context(
    ContextName='string'
)
Parameters:

ContextName (string) –

[REQUIRED]

The name of the context to delete.

Return type:

dict

Returns:

Response Syntax

{
    'ContextArn': 'string'
}

Response Structure

  • (dict) –

    • ContextArn (string) –

      The Amazon Resource Name (ARN) of the context.

Exceptions

  • SageMaker.Client.exceptions.ResourceNotFound