Index
All Classes and Interfaces|All Packages
D
- deleteModel(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Delete the model with modelId.
- deleteModel(String, ActionListener<DeleteResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Delete MLModel
- deleteModel(String, ActionListener<DeleteResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- deleteTask(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Delete the task with taskId.
- deleteTask(String, ActionListener<DeleteResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Delete MLTask
- deleteTask(String, ActionListener<DeleteResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
G
- getModel(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Get MLModel and return ActionFuture.
- getModel(String, ActionListener<MLModel>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Get MLModel and return model in listener
- getModel(String, ActionListener<MLModel>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- getTask(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Get MLTask and return ActionFuture.
- getTask(String, ActionListener<MLTask>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Get MLTask and return task in listener
- getTask(String, ActionListener<MLTask>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
M
- MachineLearningClient - Interface in org.opensearch.ml.client
-
A client to provide interfaces for machine learning jobs.
- MachineLearningNodeClient - Class in org.opensearch.ml.client
- MachineLearningNodeClient(NodeClient) - Constructor for class org.opensearch.ml.client.MachineLearningNodeClient
O
- org.opensearch.ml.client - package org.opensearch.ml.client
P
- predict(String, MLInput) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Do prediction machine learning job
- predict(String, MLInput, ActionListener<MLOutput>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Do prediction machine learning job
- predict(String, MLInput, ActionListener<MLOutput>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
S
- searchModel(SearchRequest) - Method in interface org.opensearch.ml.client.MachineLearningClient
- searchModel(SearchRequest, ActionListener<SearchResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
- searchModel(SearchRequest, ActionListener<SearchResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- searchTask(SearchRequest) - Method in interface org.opensearch.ml.client.MachineLearningClient
- searchTask(SearchRequest, ActionListener<SearchResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
- searchTask(SearchRequest, ActionListener<SearchResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
T
- train(MLInput, boolean) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Do the training machine learning job.
- train(MLInput, boolean, ActionListener<MLOutput>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Do the training machine learning job.
- train(MLInput, boolean, ActionListener<MLOutput>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- trainAndPredict(MLInput) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Train model then predict with the same data set.
- trainAndPredict(MLInput, ActionListener<MLOutput>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Train model then predict with the same data set.
- trainAndPredict(MLInput, ActionListener<MLOutput>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
All Classes and Interfaces|All Packages