1
1
{
2
- "inference.put_custom" : {
3
- "documentation" : {
4
- "url" : " https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put-custom" ,
5
- "description" : " Configure a custom 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}/{custom_inference_id}" ,
17
- "methods" : [" PUT" ],
18
- "parts" : {
19
- "task_type" : {
20
- "type" : " string" ,
21
- "description" : " The task type"
22
- },
23
- "custom_inference_id" : {
24
- "type" : " string" ,
25
- "description" : " The inference Id"
26
- }
2
+ "inference.put_custom" : {
3
+ "documentation" : {
4
+ "url" : " https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put-custom" ,
5
+ "description" : " Configure a custom 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}/{custom_inference_id}" ,
17
+ "methods" : [" PUT" ],
18
+ "parts" : {
19
+ "task_type" : {
20
+ "type" : " string" ,
21
+ "description" : " The task type"
22
+ },
23
+ "custom_inference_id" : {
24
+ "type" : " string" ,
25
+ "description" : " The inference Id"
27
26
}
28
27
}
29
- ]
30
- },
31
- "body" : {
32
- "description " : " The inference endpoint's task and service settings "
33
- }
28
+ }
29
+ ]
30
+ },
31
+ "body " : {
32
+ "description" : " The inference endpoint's task and service settings "
34
33
}
35
- }
34
+ }
35
+ }
0 commit comments