You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message="inference.inference() is deprecated in favor of provider-specific APIs such as inference.put_elasticsearch() or inference.put_hugging_face()",
<p>This API enables you to use machine learning models to perform specific tasks on data that you provide as an input.
283
+
It returns a response with the results of the tasks.
284
+
The inference endpoint you use can perform one specific task that has been defined when the endpoint was created with the create inference API.</p>
285
+
<blockquote>
286
+
<p>info
287
+
The inference APIs enable you to use certain services, such as built-in machine learning models (ELSER, E5), models uploaded through Eland, Cohere, OpenAI, Azure, Google AI Studio, Google Vertex AI, Anthropic, Watsonx.ai, or Hugging Face. For built-in models and models uploaded through Eland, the inference APIs offer an alternative way to use and manage trained models. However, if you do not plan to use the inference APIs to use these models or if you want to use non-NLP models, use the machine learning trained model APIs.</p>
message="inference.inference() is deprecated in favor of provider-specific APIs such as inference.put_elasticsearch() or inference.put_hugging_face()",
<p>This API enables you to use machine learning models to perform specific tasks on data that you provide as an input.
283
+
It returns a response with the results of the tasks.
284
+
The inference endpoint you use can perform one specific task that has been defined when the endpoint was created with the create inference API.</p>
285
+
<blockquote>
286
+
<p>info
287
+
The inference APIs enable you to use certain services, such as built-in machine learning models (ELSER, E5), models uploaded through Eland, Cohere, OpenAI, Azure, Google AI Studio, Google Vertex AI, Anthropic, Watsonx.ai, or Hugging Face. For built-in models and models uploaded through Eland, the inference APIs offer an alternative way to use and manage trained models. However, if you do not plan to use the inference APIs to use these models or if you want to use non-NLP models, use the machine learning trained model APIs.</p>
0 commit comments