@@ -3311,21 +3311,6 @@ link:{ref}/search-template.html[Reference]
3311
3311
3312
3312
|===
3313
3313
3314
- <<<<<<< HEAD
3315
- =======
3316
- === scriptsPainlessContext
3317
- [source,js]
3318
- ----
3319
- client.scriptsPainlessContext([params] [, options] [, callback])
3320
- ----
3321
- [cols=2*]
3322
- |===
3323
- |`context`
3324
- |`string` - Select a specific context to retrieve API information about
3325
-
3326
- |===
3327
-
3328
- >>>>>>> c92b156... Docs: Fix the API reference (#799)
3329
3314
=== scriptsPainlessExecute
3330
3315
[source,js]
3331
3316
----
@@ -4297,118 +4282,6 @@ link:http://www.elastic.co/guide/en/elasticsearch/reference/current[Reference]
4297
4282
4298
4283
|===
4299
4284
4300
- <<<<<<< HEAD
4301
- =======
4302
- === dataFrame.deleteDataFrameTransform
4303
- [source,js]
4304
- ----
4305
- client.dataFrame.deleteDataFrameTransform([params] [, options] [, callback])
4306
- ----
4307
- link:{ref}/delete-data-frame-transform.html[Reference]
4308
- [cols=2*]
4309
- |===
4310
- |`transform_id` or `transformId`
4311
- |`string` - The id of the transform to delete
4312
-
4313
- |===
4314
-
4315
- === dataFrame.getDataFrameTransform
4316
- [source,js]
4317
- ----
4318
- client.dataFrame.getDataFrameTransform([params] [, options] [, callback])
4319
- ----
4320
- link:{ref}/get-data-frame-transform.html[Reference]
4321
- [cols=2*]
4322
- |===
4323
- |`transform_id` or `transformId`
4324
- |`string` - The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
4325
-
4326
- |`from`
4327
- |`number` - skips a number of transform configs, defaults to 0
4328
-
4329
- |`size`
4330
- |`number` - specifies a max number of transforms to get, defaults to 100
4331
-
4332
- |===
4333
-
4334
- === dataFrame.getDataFrameTransformStats
4335
- [source,js]
4336
- ----
4337
- client.dataFrame.getDataFrameTransformStats([params] [, options] [, callback])
4338
- ----
4339
- link:{ref}/get-data-frame-transform-stats.html[Reference]
4340
- [cols=2*]
4341
- |===
4342
- |`transform_id` or `transformId`
4343
- |`string` - The id of the transform for which to get stats. '_all' or '*' implies all transforms
4344
-
4345
- |===
4346
-
4347
- === dataFrame.previewDataFrameTransform
4348
- [source,js]
4349
- ----
4350
- client.dataFrame.previewDataFrameTransform([params] [, options] [, callback])
4351
- ----
4352
- link:{ref}/preview-data-frame-transform.html[Reference]
4353
- [cols=2*]
4354
- |===
4355
- |`body`
4356
- |`object` - The definition for the data_frame transform to preview
4357
-
4358
- |===
4359
-
4360
- === dataFrame.putDataFrameTransform
4361
- [source,js]
4362
- ----
4363
- client.dataFrame.putDataFrameTransform([params] [, options] [, callback])
4364
- ----
4365
- link:{ref}/put-data-frame-transform.html[Reference]
4366
- [cols=2*]
4367
- |===
4368
- |`transform_id` or `transformId`
4369
- |`string` - The id of the new transform.
4370
-
4371
- |`body`
4372
- |`object` - The data frame transform definition
4373
-
4374
- |===
4375
-
4376
- === dataFrame.startDataFrameTransform
4377
- [source,js]
4378
- ----
4379
- client.dataFrame.startDataFrameTransform([params] [, options] [, callback])
4380
- ----
4381
- link:{ref}/start-data-frame-transform.html[Reference]
4382
- [cols=2*]
4383
- |===
4384
- |`transform_id` or `transformId`
4385
- |`string` - The id of the transform to start
4386
-
4387
- |`timeout`
4388
- |`string` - Controls the time to wait for the transform to start
4389
-
4390
- |===
4391
-
4392
- === dataFrame.stopDataFrameTransform
4393
- [source,js]
4394
- ----
4395
- client.dataFrame.stopDataFrameTransform([params] [, options] [, callback])
4396
- ----
4397
- link:{ref}/stop-data-frame-transform.html[Reference]
4398
- [cols=2*]
4399
- |===
4400
- |`transform_id` or `transformId`
4401
- |`string` - The id of the transform to stop
4402
-
4403
- |`wait_for_completion` or `waitForCompletion`
4404
- |`boolean` - Whether to wait for the transform to fully stop before returning or not. Default to false
4405
-
4406
- |`timeout`
4407
- |`string` - Controls the time to wait until the transform has stopped. Default to 30 seconds
4408
-
4409
- |===
4410
-
4411
- >>>>>>> c92b156... Docs: Fix the API reference (#799)
4412
4285
=== graph.explore
4413
4286
[source,js]
4414
4287
----
0 commit comments