Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MoMo contract align 202401 public preview with 202310 GA #26703

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17030,8 +17030,7 @@
"CustomMonitoringSignal": {
"required": [
"componentId",
"metricThresholds",
"workspaceConnection"
"metricThresholds"
],
"type": "object",
"allOf": [
Expand Down Expand Up @@ -17091,12 +17090,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 @@ -18845,6 +18845,7 @@
},
"FeatureAttributionDriftMonitoringSignal": {
"required": [
"featureImportanceSettings",
"metricThreshold",
"productionData",
"referenceData"
Expand All @@ -18869,13 +18870,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 @@ -23981,7 +23981,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