DataZone / Client / delete_notebook
delete_notebook¶
- DataZone.Client.delete_notebook(**kwargs)¶
Deletes a notebook in Amazon SageMaker Unified Studio.
See also: AWS API Documentation
Request Syntax
response = client.delete_notebook( domainIdentifier='string', identifier='string' )
- Parameters:
domainIdentifier (string) –
[REQUIRED]
The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.
identifier (string) –
[REQUIRED]
The identifier of the notebook to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions