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: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2547,6 +2547,10 @@
2547
2547
},
2548
2548
"managedNetwork": {
2549
2549
"$ref": "#/definitions/ManagedNetworkSettings"
2550
+
},
2551
+
"featureStoreSettings": {
2552
+
"description": "Settings for feature store type workspace.",
2553
+
"$ref": "#/definitions/FeatureStoreSettings"
2550
2554
}
2551
2555
}
2552
2556
},
@@ -2623,6 +2627,10 @@
2623
2627
"containerRegistry": {
2624
2628
"description": "ARM id of the container registry associated with this workspace.",
2625
2629
"type": "string"
2630
+
},
2631
+
"featureStoreSettings": {
2632
+
"description": "Settings for feature store type workspace.",
2633
+
"$ref": "#/definitions/FeatureStoreSettings"
2626
2634
}
2627
2635
}
2628
2636
},
@@ -6799,6 +6807,30 @@
6799
6807
]
6800
6808
}
6801
6809
}
6810
+
},
6811
+
"FeatureStoreSettings": {
6812
+
"type": "object",
6813
+
"description": "Settings for feature store type workspace.",
6814
+
"properties": {
6815
+
"computeRuntime": {
6816
+
"$ref": "#/definitions/ComputeRuntimeDto"
6817
+
},
6818
+
"offlineStoreConnectionName": {
6819
+
"type": "string"
6820
+
},
6821
+
"onlineStoreConnectionName": {
6822
+
"type": "string"
6823
+
}
6824
+
}
6825
+
},
6826
+
"ComputeRuntimeDto": {
6827
+
"type": "object",
6828
+
"description": "Compute runtime config for feature store type workspace.",
0 commit comments