module Elasticsearch::API::MachineLearning

Public Instance Methods

machine_learning() click to toggle source

Proxy method for {MachineLearningClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/machine_learning.rb, line 31
def machine_learning
  @machine_learning ||= MachineLearningClient.new(self)
end
Also aliased as: ml
ml()
Alias for: machine_learning