4
4
5
5
experimental[]
6
6
7
- Retrieves {infer} model information.
7
+ Retrieves {infer} endpoint information.
8
8
9
- IMPORTANT: The {infer} APIs enable you to use certain services, such as ELSER,
10
- OpenAI, or Hugging Face, in your cluster. This is not the same feature that you
11
- can use on an ML node with custom {ml} models. If you want to train and use your
12
- own model, use the <<ml-df-trained-models-apis>>.
9
+ IMPORTANT: The {infer} APIs enable you to use certain services, such as built-in
10
+ {ml} models (ELSER, E5), models uploaded through Eland, Cohere, OpenAI, or
11
+ Hugging Face. For built-in models and models uploaded though Eland, the {infer}
12
+ APIs offer an alternative way to use and manage trained models. However, if you
13
+ do not plan to use the {infer} APIs to use these models or if you want to use
14
+ non-NLP models, use the <<ml-df-trained-models-apis>>.
13
15
14
16
15
17
[discrete]
@@ -36,10 +38,10 @@ own model, use the <<ml-df-trained-models-apis>>.
36
38
37
39
You can get information in a single API request for:
38
40
39
- * a single {infer} model by providing the task type and the model ID,
40
- * all of the {infer} models for a certain task type by providing the task type
41
- and a wildcard expression,
42
- * all of the {infer} models by using a wildcard expression.
41
+ * a single {infer} endpoint by providing the task type and the {infer} ID,
42
+ * all of the {infer} endpoints for a certain task type by providing the task
43
+ type and a wildcard expression,
44
+ * all of the {infer} endpoints by using a wildcard expression.
43
45
44
46
45
47
[discrete]
0 commit comments