Skip to content

Commit

Permalink
Handled TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Owais <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 committed Feb 17, 2025
1 parent dc11a9f commit 02e9358
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ public Collection<Object> createComponents(
) {
Settings settings = environment.settings();
flowFrameworkSettings = new FlowFrameworkSettings(clusterService, settings);
// TODO: Commented out to compile. Uncomment out when ML Commons is on alpha1
MachineLearningNodeClient mlClient = null; // new MachineLearningNodeClient(client);
MachineLearningNodeClient mlClient = new MachineLearningNodeClient(client);
SdkClient sdkClient = SdkClientFactory.createSdkClient(
client,
xContentRegistry,
Expand Down

0 comments on commit 02e9358

Please # to comment.