File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "inference.put_amazonbedrock" : {
3+ "documentation" : {
4+ "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-amazon-bedrock.html" ,
5+ "description" : " Configure an Amazon Bedrock inference endpoint"
6+ },
7+ "stability" : " stable" ,
8+ "visibility" : " public" ,
9+ "headers" : {
10+ "accept" : [" application/json" ],
11+ "content_type" : [" application/json" ]
12+ },
13+ "url" : {
14+ "paths" : [
15+ {
16+ "path" : " /_inference/{task_type}/{amazonbedrock_inference_id}" ,
17+ "methods" : [" PUT" ],
18+ "parts" : {
19+ "task_type" : {
20+ "type" : " string" ,
21+ "description" : " The task type"
22+ },
23+ "mistral_inference_id" : {
24+ "type" : " string" ,
25+ "description" : " The inference Id"
26+ }
27+ }
28+ }
29+ ]
30+ },
31+ "body" : {
32+ "description" : " The inference endpoint's task and service settings"
33+ }
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments