Skip to content

Commit

Permalink
MoMo contract align public preview and GA (Azure#26703)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycheng35xo authored and Kayla Ames committed Jan 9, 2024
1 parent adc754d commit bbc20f5
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17040,8 +17040,7 @@
"CustomMonitoringSignal": {
"required": [
"componentId",
"metricThresholds",
"workspaceConnection"
"metricThresholds"
],
"type": "object",
"allOf": [
Expand Down Expand Up @@ -17101,12 +17100,13 @@
"x-ms-identifiers": []
},
"workspaceConnection": {
"description": "[Required] A list of metrics to calculate and their associated thresholds.",
"description": "A list of metrics to calculate and their associated thresholds.",
"$ref": "#/definitions/MonitoringWorkspaceConnection",
"x-ms-mutability": [
"create",
"read"
]
],
"x-nullable": true
}
},
"x-ms-discriminator-value": "Custom",
Expand Down Expand Up @@ -18855,6 +18855,7 @@
},
"FeatureAttributionDriftMonitoringSignal": {
"required": [
"featureImportanceSettings",
"metricThreshold",
"productionData",
"referenceData"
Expand All @@ -18879,13 +18880,12 @@
"x-nullable": true
},
"featureImportanceSettings": {
"description": "The settings for computing feature importance.",
"description": "[Required] The settings for computing feature importance.",
"$ref": "#/definitions/FeatureImportanceSettings",
"x-ms-mutability": [
"create",
"read"
],
"x-nullable": true
]
},
"metricThreshold": {
"description": "[Required] A list of metrics to calculate and their associated thresholds.",
Expand Down Expand Up @@ -23991,7 +23991,7 @@
"runtimeVersion": {
"description": "[Required] The Spark runtime version.",
"minLength": 1,
"pattern": "[a-zA-Z0-9_]",
"pattern": "^[0-9]+\\.[0-9]+$",
"type": "string",
"x-ms-mutability": [
"create",
Expand Down

0 comments on commit bbc20f5

Please sign in to comment.