We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd72763 commit f25e96fCopy full SHA for f25e96f
src/main/java/org/opensearch/flowframework/FlowFrameworkPlugin.java
@@ -136,8 +136,7 @@ public Collection<Object> createComponents(
136
) {
137
Settings settings = environment.settings();
138
flowFrameworkSettings = new FlowFrameworkSettings(clusterService, settings);
139
- // TODO: Commented out to compile. Uncomment out when ML Commons is on alpha1
140
- MachineLearningNodeClient mlClient = null; // new MachineLearningNodeClient(client);
+ MachineLearningNodeClient mlClient = new MachineLearningNodeClient(client);
141
SdkClient sdkClient = SdkClientFactory.createSdkClient(
142
client,
143
xContentRegistry,
0 commit comments