File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed 
rest-api-spec/src/main/resources/rest-api-spec/api 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_eis" : {
3+       "documentation" : {
4+         "url" : " https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elastic.html"  ,
5+         "description" : " Configure an inference endpoint that uses the Elastic Inference Service (EIS)" 
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}/{eis_inference_id}"  ,
17+             "methods" : [" PUT"  ],
18+             "parts" : {
19+               "task_type" : {
20+                 "type" : " string"  ,
21+                 "description" : " The task type" 
22+               },
23+               "eis_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