Skip to content

Commit

Permalink
[ML] Inference APIs are now available in serverless (#178024)
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 authored Mar 6, 2024
1 parent 05d3dfa commit 5a07b1e
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 5a07b1e

Please sign in to comment.