[ML][Inference] points HLRC javadocs to reference docs (#50321) (#50366)

This commit is contained in:
Benjamin Trent 2019-12-19 07:54:20 -05:00 committed by GitHub
parent 1e11d23051
commit bcae729456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2301,7 +2301,7 @@ public final class MachineLearningClient {
* Gets trained model configs
* <p>
* For additional info
* see <a href="TODO">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-inference.html">
* GET Trained Model Configs documentation</a>
*
* @param request The {@link GetTrainedModelsRequest}
@ -2321,7 +2321,7 @@ public final class MachineLearningClient {
* Gets trained model configs asynchronously and notifies listener upon completion
* <p>
* For additional info
* see <a href="TODO">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-inference.html">
* GET Trained Model Configs documentation</a>
*
* @param request The {@link GetTrainedModelsRequest}
@ -2344,7 +2344,7 @@ public final class MachineLearningClient {
* Gets trained model stats
* <p>
* For additional info
* see <a href="TODO">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-inference-stats.html">
* GET Trained Model Stats documentation</a>
*
* @param request The {@link GetTrainedModelsStatsRequest}
@ -2364,7 +2364,7 @@ public final class MachineLearningClient {
* Gets trained model stats asynchronously and notifies listener upon completion
* <p>
* For additional info
* see <a href="TODO">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/get-inference-stats.html">
* GET Trained Model Stats documentation</a>
*
* @param request The {@link GetTrainedModelsStatsRequest}
@ -2387,7 +2387,7 @@ public final class MachineLearningClient {
* Deletes the given Trained Model
* <p>
* For additional info
* see <a href="TODO">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-inference.html">
* DELETE Trained Model documentation</a>
*
* @param request The {@link DeleteTrainedModelRequest}
@ -2407,7 +2407,7 @@ public final class MachineLearningClient {
* Deletes the given Trained Model asynchronously and notifies listener upon completion
* <p>
* For additional info
* see <a href="TODO">
* see <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-inference.html">
* DELETE Trained Model documentation</a>
*
* @param request The {@link DeleteTrainedModelRequest}