module Elasticsearch::XPack::API::Graph
Public Instance Methods
data_frame()
click to toggle source
# File lib/elasticsearch/xpack/api/namespace/data_frame.rb, line 28 def data_frame @data_frame ||= DataFrameClient.new(self) end
graph()
click to toggle source
# File lib/elasticsearch/xpack/api/namespace/graph.rb, line 28 def graph @graph ||= GraphClient.new(self) end