Skip to content

Commit 3ad6620

Browse files
committed
[DOCS] Fixes data frame analytics job terminology in HLRC (#46758)
1 parent e3f3848 commit 3ad6620

8 files changed

+42
-40
lines changed

docs/java-rest/high-level/ml/delete-data-frame-analytics.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
--
66
[role="xpack"]
77
[id="{upid}-{api}"]
8-
=== Delete Data Frame Analytics API
8+
=== Delete {dfanalytics-jobs} API
99

10-
The Delete Data Frame Analytics API is used to delete an existing {dataframe-analytics-config}.
10+
Delete an existing {dfanalytics-job}.
1111
The API accepts a +{request}+ object as a request and returns a +{response}+.
1212

1313
[id="{upid}-{api}-request"]
14-
==== Delete Data Frame Analytics Request
14+
==== Delete {dfanalytics-jobs} request
1515

16-
A +{request}+ object requires a {dataframe-analytics-config} id.
16+
A +{request}+ object requires a {dfanalytics-job} ID.
1717

1818
["source","java",subs="attributes,callouts,macros"]
1919
---------------------------------------------------
2020
include-tagged::{doc-tests-file}[{api}-request]
2121
---------------------------------------------------
22-
<1> Constructing a new request referencing an existing {dataframe-analytics-config}
22+
<1> Constructing a new request referencing an existing {dfanalytics-job}.
2323

2424
include::../execution.asciidoc[]
2525

2626
[id="{upid}-{api}-response"]
2727
==== Response
2828

29-
The returned +{response}+ object acknowledges the {dataframe-analytics-config} deletion.
29+
The returned +{response}+ object acknowledges the {dfanalytics-job} deletion.

docs/java-rest/high-level/ml/estimate-memory-usage.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
[id="{upid}-{api}"]
88
=== Estimate memory usage API
99

10-
The Estimate memory usage API is used to estimate memory usage of {dfanalytics}.
10+
Estimates memory usage of {dfanalytics}.
1111
Estimation results can be used when deciding the appropriate value for `model_memory_limit` setting later on.
1212

1313
The API accepts an +{request}+ object and returns an +{response}+.
1414

1515
[id="{upid}-{api}-request"]
16-
==== Estimate memory usage Request
16+
==== Estimate memory usage request
1717

1818
["source","java",subs="attributes,callouts,macros"]
1919
--------------------------------------------------

docs/java-rest/high-level/ml/evaluate-data-frame.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
--
66
[role="xpack"]
77
[id="{upid}-{api}"]
8-
=== Evaluate Data Frame API
8+
=== Evaluate {dfanalytics} API
99

10-
The Evaluate Data Frame API is used to evaluate an ML algorithm that ran on a {dataframe}.
10+
Evaluates the {ml} algorithm that ran on a {dataframe}.
1111
The API accepts an +{request}+ object and returns an +{response}+.
1212

1313
[id="{upid}-{api}-request"]
14-
==== Evaluate Data Frame Request
14+
==== Evaluate {dfanalytics} request
1515

1616
["source","java",subs="attributes,callouts,macros"]
1717
--------------------------------------------------

docs/java-rest/high-level/ml/get-data-frame-analytics-stats.asciidoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,31 @@
55
--
66
[role="xpack"]
77
[id="{upid}-{api}"]
8-
=== Get Data Frame Analytics Stats API
8+
=== Get {dfanalytics-jobs} stats API
99

10-
The Get Data Frame Analytics Stats API is used to read the operational statistics of one or more {dataframe-analytics-config}s.
10+
Retrieves the operational statistics of one or more {dfanalytics-jobs}.
1111
The API accepts a +{request}+ object and returns a +{response}+.
1212

1313
[id="{upid}-{api}-request"]
14-
==== Get Data Frame Analytics Stats Request
14+
==== Get {dfanalytics-jobs} stats request
1515

16-
A +{request}+ requires either a {dataframe-analytics-config} id, a comma separated list of ids or
17-
the special wildcard `_all` to get the statistics for all {dataframe-analytics-config}s
16+
A +{request}+ requires either a {dfanalytics-job} ID, a comma-separated list of
17+
IDs, or the special wildcard `_all` to get the statistics for all
18+
{dfanalytics-jobs}.
1819

1920
["source","java",subs="attributes,callouts,macros"]
2021
--------------------------------------------------
2122
include-tagged::{doc-tests-file}[{api}-request]
2223
--------------------------------------------------
23-
<1> Constructing a new GET Stats request referencing an existing {dataframe-analytics-config}
24+
<1> Constructing a new GET stats request referencing an existing
25+
{dfanalytics-job}
2426

2527
include::../execution.asciidoc[]
2628

2729
[id="{upid}-{api}-response"]
2830
==== Response
2931

30-
The returned +{response}+ contains the requested {dataframe-analytics-config} statistics.
32+
The returned +{response}+ contains the requested {dfanalytics-job} statistics.
3133

3234
["source","java",subs="attributes,callouts,macros"]
3335
--------------------------------------------------

docs/java-rest/high-level/ml/get-data-frame-analytics.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@
55
--
66
[role="xpack"]
77
[id="{upid}-{api}"]
8-
=== Get Data Frame Analytics API
8+
=== Get {dfanalytics-jobs} API
99

10-
The Get Data Frame Analytics API is used to get one or more {dataframe-analytics-config}s.
10+
Retrieves one or more {dfanalytics-jobs}.
1111
The API accepts a +{request}+ object and returns a +{response}+.
1212

1313
[id="{upid}-{api}-request"]
14-
==== Get Data Frame Analytics Request
14+
==== Get {dfanalytics-jobs} request
1515

16-
A +{request}+ requires either a {dataframe-analytics-config} id, a comma separated list of ids or
17-
the special wildcard `_all` to get all {dataframe-analytics-config}s.
16+
A +{request}+ requires either a {dfanalytics-job} ID, a comma-separated list of
17+
IDs, or the special wildcard `_all` to get all {dfanalytics-jobs}.
1818

1919
["source","java",subs="attributes,callouts,macros"]
2020
--------------------------------------------------
2121
include-tagged::{doc-tests-file}[{api}-request]
2222
--------------------------------------------------
23-
<1> Constructing a new GET request referencing an existing {dataframe-analytics-config}
23+
<1> Constructing a new GET request referencing an existing {dfanalytics-job}
2424

2525
include::../execution.asciidoc[]
2626

2727
[id="{upid}-{api}-response"]
2828
==== Response
2929

30-
The returned +{response}+ contains the requested {dataframe-analytics-config}s.
30+
The returned +{response}+ contains the requested {dfanalytics-jobs}.
3131

3232
["source","java",subs="attributes,callouts,macros"]
3333
--------------------------------------------------

docs/java-rest/high-level/ml/put-data-frame-analytics.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
--
66
[role="xpack"]
77
[id="{upid}-{api}"]
8-
=== Put {dfanalytics} API
8+
=== Put {dfanalytics-jobs} API
99

10-
The Put {dfanalytics} API is used to create a new {dataframe-analytics-config}.
10+
Creates a new {dfanalytics-job}.
1111
The API accepts a +{request}+ object as a request and returns a +{response}+.
1212

1313
[id="{upid}-{api}-request"]
14-
==== Put {dfanalytics} request
14+
==== Put {dfanalytics-jobs} request
1515

1616
A +{request}+ requires the following argument:
1717

@@ -31,7 +31,7 @@ configuration and contains the following arguments:
3131
--------------------------------------------------
3232
include-tagged::{doc-tests-file}[{api}-config]
3333
--------------------------------------------------
34-
<1> The {dataframe-analytics-config} id
34+
<1> The {dfanalytics-job} ID
3535
<2> The source index and query from which to gather data
3636
<3> The destination index
3737
<4> The analysis to be performed
@@ -129,7 +129,7 @@ include::../execution.asciidoc[]
129129
[id="{upid}-{api}-response"]
130130
==== Response
131131

132-
The returned +{response}+ contains the newly created {dataframe-analytics-config}.
132+
The returned +{response}+ contains the newly created {dfanalytics-job}.
133133

134134
["source","java",subs="attributes,callouts,macros"]
135135
--------------------------------------------------

docs/java-rest/high-level/ml/start-data-frame-analytics.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
--
66
[role="xpack"]
77
[id="{upid}-{api}"]
8-
=== Start {dfanalytics} API
8+
=== Start {dfanalytics-jobs} API
99

10-
The start {dfanalytics} API is used to start an existing {dataframe-analytics-config}.
10+
Starts an existing {dfanalytics-job}.
1111
It accepts a +{request}+ object and responds with a +{response}+ object.
1212

1313
[id="{upid}-{api}-request"]
14-
==== Start {dfanalytics} Request
14+
==== Start {dfanalytics-job} request
1515

16-
A +{request}+ object requires a {dataframe-analytics-config} id.
16+
A +{request}+ object requires a {dfanalytics-job} ID.
1717

1818
["source","java",subs="attributes,callouts,macros"]
1919
---------------------------------------------------
2020
include-tagged::{doc-tests-file}[{api}-request]
2121
---------------------------------------------------
22-
<1> Constructing a new start request referencing an existing {dataframe-analytics-config}
22+
<1> Constructing a new start request referencing an existing {dfanalytics-job}
2323

2424
include::../execution.asciidoc[]
2525

docs/java-rest/high-level/ml/stop-data-frame-analytics.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
--
66
[role="xpack"]
77
[id="{upid}-{api}"]
8-
=== Stop {dfanalytics} API
8+
=== Stop {dfanalytics-jobs} API
99

10-
The stop {dfanalytics} API is used to stop a running {dataframe-analytics-config}.
10+
Stops a running {dfanalytics-job}.
1111
It accepts a +{request}+ object and responds with a +{response}+ object.
1212

1313
[id="{upid}-{api}-request"]
14-
==== Stop {dfanalytics} Request
14+
==== Stop {dfanalytics-jobs} request
1515

16-
A +{request}+ object requires a {dataframe-analytics-config} id.
16+
A +{request}+ object requires a {dfanalytics-job} ID.
1717

1818
["source","java",subs="attributes,callouts,macros"]
1919
---------------------------------------------------
2020
include-tagged::{doc-tests-file}[{api}-request]
2121
---------------------------------------------------
22-
<1> Constructing a new stop request referencing an existing {dataframe-analytics-config}
22+
<1> Constructing a new stop request referencing an existing {dfanalytics-job}
2323
<2> Optionally used to stop a failed task
2424

2525
include::../execution.asciidoc[]

0 commit comments

Comments
 (0)