Index
All Classes and Interfaces|All Packages
C
- createConnector(MLCreateConnectorInput) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Create connector for remote model
- createConnector(MLCreateConnectorInput, ActionListener<MLCreateConnectorResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
- createConnector(MLCreateConnectorInput, ActionListener<MLCreateConnectorResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
D
- deleteAgent(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Delete agent
- deleteAgent(String, ActionListener<DeleteResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
- deleteAgent(String, ActionListener<DeleteResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- deleteConnector(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Delete connector for remote model
- deleteConnector(String, ActionListener<DeleteResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
- deleteConnector(String, ActionListener<DeleteResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- 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
- deploy(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Deploy model For additional info on deploy, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/model-apis/deploy-model/
- deploy(String, ActionListener<MLDeployModelResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Deploy model For additional info on deploy, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/model-apis/deploy-model/
- deploy(String, ActionListener<MLDeployModelResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
E
- execute(FunctionName, Input) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Execute an algorithm
- execute(FunctionName, Input, ActionListener<MLExecuteTaskResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Execute an algorithm
- execute(FunctionName, Input, ActionListener<MLExecuteTaskResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
-
Execute an algorithm
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
- getTool(String) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Get ToolMetadata and return ActionFuture.
- getTool(String, ActionListener<ToolMetadata>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Get ToolMetadata and return ToolMetadata in listener For more info on get tool, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#get-tool
- getTool(String, ActionListener<ToolMetadata>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
L
- listTools() - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Get a list of ToolMetadata and return ActionFuture.
- listTools(ActionListener<List<ToolMetadata>>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
List ToolMetadata and return a list of ToolMetadata in listener For more info on get tools, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#list-tools
- listTools(ActionListener<List<ToolMetadata>>) - 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
- register(MLRegisterModelInput) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Register model For additional info on register, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#registering-a-model
- register(MLRegisterModelInput, ActionListener<MLRegisterModelResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Register model For additional info on register, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/#registering-a-model
- register(MLRegisterModelInput, ActionListener<MLRegisterModelResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- registerAgent(MLAgent) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Registers new agent and returns ActionFuture.
- registerAgent(MLAgent, ActionListener<MLRegisterAgentResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Registers new agent and returns agent ID in response
- registerAgent(MLAgent, ActionListener<MLRegisterAgentResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- registerModelGroup(MLRegisterModelGroupInput) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Register model group For additional info on model group, refer: https://opensearch.org/docs/latest/ml-commons-plugin/model-access-control#registering-a-model-group
- registerModelGroup(MLRegisterModelGroupInput, ActionListener<MLRegisterModelGroupResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Register model group For additional info on model group, refer: https://opensearch.org/docs/latest/ml-commons-plugin/model-access-control#registering-a-model-group
- registerModelGroup(MLRegisterModelGroupInput, ActionListener<MLRegisterModelGroupResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
- 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
U
- undeploy(String[], String[]) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Undeploy models For additional info on undeploy, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/model-apis/undeploy-model/
- undeploy(String[], String[], ActionListener<MLUndeployModelsResponse>) - Method in interface org.opensearch.ml.client.MachineLearningClient
-
Undeploy model For additional info on deploy, refer: https://opensearch.org/docs/latest/ml-commons-plugin/api/model-apis/undeploy-model/
- undeploy(String[], String[], ActionListener<MLUndeployModelsResponse>) - Method in class org.opensearch.ml.client.MachineLearningNodeClient
All Classes and Interfaces|All Packages