[DOCS] Removes beta labels from DFA related docs. (#70808)

This commit is contained in:
István Zoltán Szabó 2021-03-26 09:46:41 +01:00 committed by GitHub
parent cdbd4f215e
commit 9a8c6fb66f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 2 additions and 44 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -7,7 +7,6 @@
[id="{upid}-{api}"]
=== Get {dfanalytics-jobs} stats API
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,6 @@
[id="{upid}-{api}"]
=== Get {dfanalytics-jobs} API
beta::[]
Retrieves one or more {dfanalytics-jobs}.
The API accepts a +{request}+ object and returns a +{response}+.

View file

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

View file

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

View file

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

View file

@ -7,7 +7,6 @@
[id="{upid}-{api}"]
=== Create or update trained model alias API
beta::[]
Creates or reassigns a trained model alias.
The API accepts a +{request}+ object as a request and returns a +{response}+.

View file

@ -7,7 +7,6 @@
[id="{upid}-{api}"]
=== Create trained models API
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,6 @@
[id="{upid}-{api}"]
=== Start {dfanalytics-jobs} API
beta::[]
Starts an existing {dfanalytics-job}.
It accepts a +{request}+ object and responds with a +{response}+ object.

View file

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

View file

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