Skip to content

Commit febbaa4

Browse files
committed
Replace hard-coded line with line from notebook
1 parent c34746e commit febbaa4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/machine-learning/how-to-use-batch-model-openai-embeddings.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,7 @@ For testing the endpoint, you use a sample of the dataset [BillSum: A Corpus for
348348
349349
The deployment creates a child job that implements the scoring. Get a reference to that child job:
350350
351-
```python
352-
scoring_job = list(ml_client.jobs.list(parent_job_name=job.name))[0]
353-
```
351+
[!notebook-python[] (~/azureml-examples-main/sdk/python/endpoints/batch/deploy-models/openai-embeddings/deploy-and-test.ipynb?name=get_scoring_job_reference)]
354352
355353
Download the scores:
356354

0 commit comments

Comments
 (0)