[DOCS] Changes experimental flag to beta in DFA related docs (#63992)

This commit is contained in:
István Zoltán Szabó 2020-10-26 17:02:46 +01:00 committed by GitHub
parent d787dc3bcf
commit 6093518f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 29 additions and 32 deletions

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Delete {dfanalytics-jobs} API
experimental::[]
beta::[]
Delete an existing {dfanalytics-job}.
The API accepts a +{request}+ object as a request and returns a +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Delete trained models API
experimental::[]
beta::[]
Deletes a previously saved trained model.
The API accepts a +{request}+ object and returns a +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Evaluate {dfanalytics} API
experimental::[]
beta::[]
Evaluates the {dfanalytics} for an annotated index.
The API accepts an +{request}+ object and returns an +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Explain {dfanalytics} API
experimental::[]
beta::[]
Explains the following about a {dataframe-analytics-config}:

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Get {dfanalytics-jobs} stats API
experimental::[]
beta::[]
Retrieves the operational statistics of one or more {dfanalytics-jobs}.
The API accepts a +{request}+ object and returns a +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Get {dfanalytics-jobs} API
experimental::[]
beta::[]
Retrieves one or more {dfanalytics-jobs}.
The API accepts a +{request}+ object and returns a +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Get trained models stats API
experimental::[]
beta::[]
Retrieves one or more trained model statistics.
The API accepts a +{request}+ object and returns a +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Get trained models API
experimental::[]
beta::[]
Retrieves one or more trained models.
The API accepts a +{request}+ object and returns a +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Put {dfanalytics-jobs} API
experimental::[]
beta::[]
Creates a new {dfanalytics-job}.
The API accepts a +{request}+ object as a request and returns a +{response}+.

View file

@ -7,9 +7,7 @@
[id="{upid}-{api}"]
=== Put trained models API
experimental:[]
experimental::[]
beta::[]
Creates a new trained model for inference.
The API accepts a +{request}+ object as a request and returns a +{response}+.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Start {dfanalytics-jobs} API
experimental::[]
beta::[]
Starts an existing {dfanalytics-job}.
It accepts a +{request}+ object and responds with a +{response}+ object.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Stop {dfanalytics-jobs} API
experimental::[]
beta::[]
Stops a running {dfanalytics-job}.
It accepts a +{request}+ object and responds with a +{response}+ object.

View file

@ -7,7 +7,7 @@
[id="{upid}-{api}"]
=== Update {dfanalytics-jobs} API
experimental::[]
beta::[]
Updates an existing {dfanalytics-job}.
The API accepts an +{request}+ object as a request and returns an +{response}+.

View file

@ -3,7 +3,7 @@
[[search-aggregations-pipeline-inference-bucket-aggregation]]
=== {infer-cap} Bucket Aggregation
experimental::[]
beta::[]
A parent pipeline aggregation which loads a pre-trained model and performs
{infer} on the collated result fields from the parent bucket aggregation.

View file

@ -6,7 +6,7 @@
<titleabbrev>{infer-cap}</titleabbrev>
++++
experimental::[]
beta::[]
Uses a pre-trained {dfanalytics} model to infer against the data that is being
ingested in the pipeline.

View file

@ -9,7 +9,7 @@
Deletes an existing {dfanalytics-job}.
experimental[]
beta::[]
[[ml-delete-dfanalytics-request]]

View file

@ -10,7 +10,7 @@
Deletes an existing trained {infer} model that is currently not referenced by an
ingest pipeline.
experimental[]
beta::[]
[[ml-delete-trained-models-request]]
@ -67,4 +67,3 @@ The API returns the following result:
"acknowledged" : true
}
----

View file

@ -10,7 +10,7 @@
Evaluates the {dfanalytics} for an annotated index.
experimental[]
beta::[]
[[ml-evaluate-dfanalytics-request]]

View file

@ -10,7 +10,7 @@
Explains a {dataframe-analytics-config}.
experimental[]
beta::[]
[[ml-explain-dfanalytics-request]]

View file

@ -9,7 +9,7 @@
Retrieves usage information for {dfanalytics-jobs}.
experimental[]
beta::[]
[[ml-get-dfanalytics-stats-request]]
== {api-request-title}

View file

@ -9,7 +9,7 @@
Retrieves configuration information for {dfanalytics-jobs}.
experimental[]
beta::[]
[[ml-get-dfanalytics-request]]

View file

@ -9,7 +9,7 @@
Retrieves usage information for trained models.
experimental[]
beta::[]
[[ml-get-trained-models-stats-request]]

View file

@ -9,7 +9,7 @@
Retrieves configuration information for a trained model.
experimental[]
beta::[]
[[ml-get-trained-models-request]]

View file

@ -9,7 +9,7 @@
Instantiates a {dfanalytics-job}.
experimental[]
beta::[]
[[ml-put-dfanalytics-request]]
== {api-request-title}

View file

@ -15,7 +15,7 @@ WARNING: Models created in version 7.8.0 are not backwards compatible
a 7.8.0 node.
experimental[]
beta::[]
[[ml-put-trained-models-request]]

View file

@ -10,7 +10,7 @@
Starts a {dfanalytics-job}.
experimental[]
beta::[]
[[ml-start-dfanalytics-request]]
== {api-request-title}

View file

@ -10,7 +10,7 @@
Stops one or more {dfanalytics-jobs}.
experimental[]
beta::[]
[[ml-stop-dfanalytics-request]]
== {api-request-title}

View file

@ -9,7 +9,7 @@
Updates an existing {dfanalytics-job}.
experimental[]
beta::[]
[[ml-update-dfanalytics-request]]
== {api-request-title}