![]() |
![]()
| ![]() |
![]()
NAMESearch::Elasticsearch::Client::7_0::Direct::DataFrame - Plugin providing Transform API for Search::Elasticsearch 7.x VERSIONversion 8.12 SYNOPSISmy $response = $es->data_frame->explore(...); DESCRIPTIONThis class extends the Search::Elasticsearch client with a "data_frame" namespace, to support the API for the Transform <https://www.elastic.co/guide/en/elasticsearch/reference/7.3/transform-apis.html> plugin for Elasticsearch. METHODSThe full documentation for the Transform plugin is available here: <https://www.elastic.co/guide/en/elasticsearch/reference/7.3/transform-apis.html> explore()$response = $es->data_frame->put_data_frame_transform( transform_id => $transform_id, body => {...} ); The put_data_frame_transform() instantiates a transform. AUTHOREnrico Zimuel <enrico.zimuel@elastic.co> COPYRIGHT AND LICENSEThis software is Copyright (c) 2024 by Elasticsearch BV. This is free software, licensed under: The Apache License, Version 2.0, January 2004
|