Skip to content

Commit

Permalink
Merge pull request #1262 from awslabs/SagemakerComments
Browse files Browse the repository at this point in the history
chore(sagemaker-helper): add comment to notebook function
  • Loading branch information
biffgaut authored Feb 12, 2025
2 parents 681533e + 75adc41 commit ad17e43
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 ad17e43

Please sign in to comment.