Skip to content

Commit b0bccfe

Browse files
authored
Merge pull request aws#359 from JonathanTaws/patch-5
Correct typo to avoid confusion on number of endpoints
2 parents 3993b1d + a746a31 commit b0bccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-spark/pyspark_mnist/pyspark_mnist_pca_mllib_kmeans.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"source": [
226226
"## Inference\n",
227227
"\n",
228-
"Let's use our test data on our pipeline by calling `transform`. Please note the below code will take several minutes to run and create the endpoints needed in order to serve this pipeline. "
228+
"Let's use our test data on our pipeline by calling `transform`. Please note the below code will take several minutes to run and create the endpoint needed in order to serve this pipeline. "
229229
]
230230
},
231231
{

0 commit comments

Comments
 (0)