Module: Elasticsearch::XPack::API::Graph
- Defined in:
- lib/elasticsearch/xpack/api/namespace/graph.rb,
lib/elasticsearch/xpack/api/namespace/data_frame.rb,
lib/elasticsearch/xpack/api/actions/graph/explore.rb,
lib/elasticsearch/xpack/api/actions/graph/params_registry.rb
Defined Under Namespace
Modules: Actions
Classes: DataFrameClient, GraphClient
Instance Method Summary
collapse
Instance Method Details
#data_frame ⇒ Object
28
29
30
|
# File 'lib/elasticsearch/xpack/api/namespace/data_frame.rb', line 28
def data_frame
@data_frame ||= DataFrameClient.new(self)
end
|
#graph ⇒ Object
28
29
30
|
# File 'lib/elasticsearch/xpack/api/namespace/graph.rb', line 28
def graph
@graph ||= GraphClient.new(self)
end
|