[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}+.