Commit 6b783702 by Na Li Committed by Ashutosh Mestry

ATLAS-3712: Add 'isAppendOnPartialUpdate' option in ML model to append updates.

parent f5cd728d
......@@ -49,7 +49,10 @@
"cardinality": "SINGLE",
"isIndexable": false,
"isOptional": true,
"isUnique": false
"isUnique": false,
"options": {
"isAppendOnPartialUpdate": "true"
}
},
{
"name": "createTime",
......@@ -93,7 +96,10 @@
"cardinality": "SINGLE",
"isIndexable": false,
"isOptional": true,
"isUnique": false
"isUnique": false,
"options": {
"isAppendOnPartialUpdate": "true"
}
},
{
"name": "defaultCpuMillicores",
......@@ -209,7 +215,10 @@
"cardinality": "SINGLE",
"isIndexable": false,
"isOptional": true,
"isUnique": false
"isUnique": false,
"options": {
"isAppendOnPartialUpdate": "true"
}
},
{
"name": "modelEndpointURL",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment