You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/reference-yaml-feature-store.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.topic: reference
9
9
author: fbsolo-ms1
10
10
ms.author: franksolomon
11
11
ms.reviewer: qiax
12
-
ms.date: 05/23/2023
12
+
ms.date: 09/12/2024
13
13
ms.custom: cliv2, build-2023
14
14
---
15
15
@@ -21,7 +21,6 @@ ms.custom: cliv2, build-2023
21
21
22
22
## YAML syntax
23
23
24
-
25
24
| Key | Type | Description | Allowed values | Default value |
26
25
|--|--|--|--|--|
27
26
| $schema | string | The YAML schema. If you use the Azure Machine Learning VS Code extension to author the YAML file, including $schema at the top of your file enables you to invoke schema and resource completions. |||
@@ -82,6 +81,37 @@ tags:
82
81
foo: bar
83
82
```
84
83
84
+
## Configure the online store in the CLI with YAML
0 commit comments