Skip to content

Commit

Permalink
Add comment to Notebook function
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 12, 2025
1 parent 681533e commit 8336cfb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ export interface BuildSagemakerNotebookResponse {

/**
* @internal This is an internal core function and should not be called directly by Solutions Constructs clients.
*
* The constructs deploying Sagemaker services only deploy Sagemaker Endpoints, Endpoint
* Configurations and (already developed) Models. There are no Constructs that deploy Notebooks.
* There doesn't appear to be any references to this function outside the unit test file - so
* this function is unneccessary.
*/
export function buildSagemakerNotebook(
scope: Construct,
Expand Down

0 comments on commit 8336cfb

Please sign in to comment.