Skip to content

Commit

Permalink
Add _inference API
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Nov 3, 2023
1 parent 2d07ba2 commit 513f1df
Show file tree
Hide file tree
Showing 19 changed files with 1,205 additions and 1 deletion.
19 changes: 18 additions & 1 deletion output/openapi/elasticsearch-serverless-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -11403,6 +11403,13 @@
"items": {
"type": "string"
}
},
"scores": {
"description": "The optional vocabulary value scores if required by the tokenizer.",
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
Expand Down Expand Up @@ -17272,6 +17279,16 @@
},
"style": "form"
},
{
"in": "query",
"name": "delete_dest_index",
"description": "If this value is true, the destination index is deleted together with the transform. If false, the destination\nindex will not be deleted",
"deprecated": false,
"schema": {
"type": "boolean"
},
"style": "form"
},
{
"in": "query",
"name": "timeout",
Expand Down Expand Up @@ -44752,7 +44769,7 @@
"type": "object",
"properties": {
"limit": {
"description": "[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will\napply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
"description": "[preview] This functionality is in technical preview and may be changed or removed in a future release.\nElastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
"type": "number"
}
}
Expand Down
Loading

0 comments on commit 513f1df

Please sign in to comment.