Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 7dc6124

Browse files
20221109 myR/myPython statements
1 parent 7ce0fe0 commit 7dc6124

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/machine-learning/install/custom-runtime-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install Python custom runtime
33
description: Learn how to install a Python custom runtime for SQL Server using Language Extensions. The Python custom runtime can run machine learning scripts.
44
ms.prod: sql
55
ms.technology: machine-learning-services
6-
ms.date: 02/08/2021
6+
ms.date: 11/09/2022
77
ms.topic: how-to
88
author: WilliamDAssafMSFT
99
ms.author: wiassaf
@@ -71,7 +71,7 @@ RECONFIGURE WITH OVERRIDE;
7171

7272
## Verify installation
7373

74-
Use the following SQL script to verify the installation and functionality of the Python custom runtime.
74+
Use the following SQL script to verify the installation and functionality of the Python custom runtime. In the below sample script, `myPython` is used as the language name because the default language name `Python` cannot be provided for a custom runtime.
7575

7676
```sql
7777
EXEC sp_execute_external_script

docs/machine-learning/install/custom-runtime-r.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Install R custom runtime
33
description: Learn how to install an R custom runtime for SQL Server using Language Extensions. The Python custom runtime can run machine learning scripts.
44
ms.prod: sql
55
ms.technology: machine-learning-services
6-
ms.date: 04/07/2021
6+
ms.date: 11/09/2022
77
ms.topic: how-to
88
author: WilliamDAssafMSFT
99
ms.author: wiassaf
@@ -72,7 +72,7 @@ RECONFIGURE WITH OVERRIDE;
7272

7373
## Verify installation
7474

75-
Use the following SQL script to verify the installation and functionality of the R custom runtime.
75+
Use the following SQL script to verify the installation and functionality of the R custom runtime. In the below sample script, `myR` is used as the language name because the default language name `R` cannot be provided for a custom runtime.
7676

7777
```sql
7878
EXEC sp_execute_external_script

0 commit comments

Comments
 (0)