Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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