Skip to content

Commit

Permalink
[ML][Inference] points HLRC javadocs to reference docs (#50321) (#50366)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Dec 19, 2019
1 parent 1e11d23 commit bcae729
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ public Cancellable explainDataFrameAnalyticsAsync(ExplainDataFrameAnalyticsReque
* 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}
Expand All @@ -2321,7 +2321,7 @@ public GetTrainedModelsResponse getTrainedModels(GetTrainedModelsRequest request
* 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}
Expand All @@ -2344,7 +2344,7 @@ public Cancellable getTrainedModelsAsync(GetTrainedModelsRequest request,
* 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}
Expand All @@ -2364,7 +2364,7 @@ public GetTrainedModelsStatsResponse getTrainedModelsStats(GetTrainedModelsStats
* 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}
Expand All @@ -2387,7 +2387,7 @@ public Cancellable getTrainedModelsStatsAsync(GetTrainedModelsStatsRequest reque
* 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}
Expand All @@ -2407,7 +2407,7 @@ public AcknowledgedResponse deleteTrainedModel(DeleteTrainedModelRequest request
* 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}
Expand Down

0 comments on commit bcae729

Please sign in to comment.