Skip to content

Commit

Permalink
[ML] Inference APIs are now available in serverless
Browse files Browse the repository at this point in the history
The dev console command completion files now correctly
state that the inference APIs are available in serverless.

Followup to #173014 and elastic/elasticsearch-specification#2414
  • Loading branch information
droberts195 committed Mar 5, 2024
1 parent 68a2bd7 commit 54fa8ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-inference-api.html",
"availability": {
"stack": true,
"serverless": false
"serverless": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-inference-api.html",
"availability": {
"stack": true,
"serverless": false
"serverless": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/post-inference-api.html",
"availability": {
"stack": true,
"serverless": false
"serverless": true
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-inference-api.html",
"availability": {
"stack": true,
"serverless": false
"serverless": true
}
}
}

0 comments on commit 54fa8ae

Please sign in to comment.