From b5df9f122be13c3fb8cd243dab4645bd7530bf79 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Tue, 14 May 2024 18:57:36 -0700 Subject: [PATCH 1/2] Fix endpoint creation command in People-Analytics-using-Neptune-ML sample --- .../People-Analytics-using-Neptune-ML.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/graph_notebook/notebooks/03-Neptune-ML/03-Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb b/src/graph_notebook/notebooks/03-Neptune-ML/03-Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb index cd0294d2..9b9172f8 100644 --- a/src/graph_notebook/notebooks/03-Neptune-ML/03-Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb +++ b/src/graph_notebook/notebooks/03-Neptune-ML/03-Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb @@ -1165,8 +1165,8 @@ "outputs": [], "source": [ "endpoint_params_link=f\"\"\"\n", - "--job-id {training_job_name_link} \n", - "--model-job-id {training_job_name_link}\"\"\"" + "--id {training_job_name_link} \n", + "--model-training-job-id {training_job_name_link}\"\"\"" ] }, { @@ -1296,4 +1296,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} From 2d5d836b37978ae204bc625a16dde9c3b0f04368 Mon Sep 17 00:00:00 2001 From: Michael Chin Date: Tue, 14 May 2024 19:18:03 -0700 Subject: [PATCH 2/2] update changelog --- ChangeLog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8561ea34..5f0ad3d0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,8 +6,9 @@ Starting with v1.31.6, this file will contain a record of major features and upd - New notebooks showing Telco examples leveraging GNN and LLM ([Link to PR](https://github.com/aws/graph-notebook/pull/587)) - Path: 02-Neptune-ML > 03-Sample-Applications > 04-Telco-Networks -- Added KMS encryption support to NeptuneDB Notebook CloudFormation template ([Link to PR]https://github.com/aws/graph-notebook/pull/590) -- Improved handling of mixed type Gremlin results ([Link to PR]https://github.com/aws/graph-notebook/pull/592) +- Added KMS encryption support to NeptuneDB Notebook CloudFormation template ([Link to PR](https://github.com/aws/graph-notebook/pull/590)) +- Improved handling of mixed type Gremlin results ([Link to PR](https://github.com/aws/graph-notebook/pull/592)) +- Fixed endpoint creation bug in People-Analytics-using-Neptune-ML sample ([Link to PR](https://github.com/aws/graph-notebook/pull/595)) ## Release 4.2.0 (April 4, 2024)