Index

D G M O P R S T 
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 For more info on delete model, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#delete-model
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 For more info on delete task, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#delete-task
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 For more info on get model, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#get-model-information
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 For more info on get task, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#get-task-information
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(Client) - 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 For additional info on Predict, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#predict
predict(String, MLInput, ActionListener<MLOutput>) - Method in interface org.opensearch.ml.client.MachineLearningClient
Do prediction machine learning job For additional info on Predict, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#predict
predict(String, MLInput, ActionListener<MLOutput>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
 

R

run(MLInput, Map<String, Object>) - Method in interface org.opensearch.ml.client.MachineLearningClient
Execute train/predict/trainandpredict.
run(MLInput, Map<String, Object>, ActionListener<MLOutput>) - Method in interface org.opensearch.ml.client.MachineLearningClient
Execute train/predict/trainandpredict.
run(MLInput, Map<String, Object>, ActionListener<MLOutput>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
 

S

searchModel(SearchRequest) - Method in interface org.opensearch.ml.client.MachineLearningClient
For more info on search model, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#search-model
searchModel(SearchRequest, ActionListener<SearchResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
For more info on search model, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#search-model
searchModel(SearchRequest, ActionListener<SearchResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
 
searchTask(SearchRequest) - Method in interface org.opensearch.ml.client.MachineLearningClient
For more info on search task, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#search-task
searchTask(SearchRequest, ActionListener<SearchResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
For more info on search task, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#search-task
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
 
D G M O P R S T 
All Classes and Interfaces|All Packages