module Elasticsearch::API::Inference
Public Instance Methods
inference()
click to toggle source
Proxy method for {InferenceClient}, available in the receiving object
# File lib/elasticsearch/api/namespace/inference.rb, line 31 def inference @inference ||= InferenceClient.new(self) end