Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jan 10, 2024
1 parent 85eeec0 commit b90d6ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

import static org.elasticsearch.xpack.core.ClientHelper.INFERENCE_ORIGIN;

/**
* InferenceProvider implementation that uses the inference action to retrieve inference results.
*/
public class InferenceActionInferenceProvider implements InferenceProvider {

private final Client client;
Expand Down

0 comments on commit b90d6ad

Please sign in to comment.