Skip to content

Commit 15a4b9c

Browse files
authored
Fix endpoint creation in People-Analytics-using-Neptune-ML sample (#595)
* Fix endpoint creation command in People-Analytics-using-Neptune-ML sample * update changelog
1 parent 97743f8 commit 15a4b9c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
99
- Added KMS encryption support to NeptuneDB Notebook CloudFormation template ([Link to PR]https://github.com/aws/graph-notebook/pull/590)
1010
- Improved handling of mixed type Gremlin results ([Link to PR]https://github.com/aws/graph-notebook/pull/592)
1111
- Fixed formatting of query magic `--help` entries listing valid inputs ([Link to PR]https://github.com/aws/graph-notebook/pull/593)
12+
- Fixed endpoint creation bug in People-Analytics-using-Neptune-ML sample ([Link to PR](https://github.com/aws/graph-notebook/pull/595))
1213

1314
## Release 4.2.0 (April 4, 2024)
1415

src/graph_notebook/notebooks/03-Neptune-ML/03-Sample-Applications/01-People-Analytics/People-Analytics-using-Neptune-ML.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,8 +1165,8 @@
11651165
"outputs": [],
11661166
"source": [
11671167
"endpoint_params_link=f\"\"\"\n",
1168-
"--job-id {training_job_name_link} \n",
1169-
"--model-job-id {training_job_name_link}\"\"\""
1168+
"--id {training_job_name_link} \n",
1169+
"--model-training-job-id {training_job_name_link}\"\"\""
11701170
]
11711171
},
11721172
{
@@ -1296,4 +1296,4 @@
12961296
},
12971297
"nbformat": 4,
12981298
"nbformat_minor": 5
1299-
}
1299+
}

0 commit comments

Comments
 (0)