Skip to content

Commit 2ea8eb6

Browse files
authored
Added clarification around ONNX runtime parameter
1 parent d9a75e6 commit 2ea8eb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/queries/predict-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "PREDICT (Transact-SQL)"
33
ms.custom: ""
4-
ms.date: "05/27/2020"
4+
ms.date: "05/29/2020"
55
ms.prod: sql
66
ms.prod_service: "sql-database"
77
ms.reviewer: ""
@@ -74,7 +74,7 @@ The DATA parameter is used to specify the data used for scoring or prediction. D
7474
> [!IMPORTANT]
7575
> The `RUNTIME = ONNX` argument is only available in [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/machine-learning-services-overview) and [Azure SQL Edge](/azure/sql-database-edge/onnx-overview).
7676
77-
Indicates the machine learning engine used for model execution. The `RUNTIME` parameter value is always `ONNX`.
77+
Indicates the machine learning engine used for model execution. The `RUNTIME` parameter value is always `ONNX`. The parameter is required for Azure SQL Edge. On Azure SQL Managed Instance, the parameter is optional and only used when using ONNX models.
7878

7979
**WITH ( <result_set_definition> )**
8080

@@ -159,4 +159,4 @@ FROM PREDICT(MODEL = @model, DATA = dbo.mytable AS d) WITH(score float) AS p;
159159
::: moniker-end
160160
::: moniker range="=azure-sqldw-latest||=sqlallproducts-allversions"
161161
- [Learn more about ONNX models](/azure/machine-learning/concept-onnx#get-onnx-models)
162-
::: moniker-end
162+
::: moniker-end

0 commit comments

Comments
 (0)