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 05d2390 commit 468b7cfCopy full SHA for 468b7cf
common/src/main/java/org/opensearch/ml/common/transport/agent/MLAgentUpdateInput.java
@@ -8,6 +8,7 @@
8
import static org.opensearch.core.xcontent.XContentParserUtils.ensureExpectedToken;
9
import static org.opensearch.ml.common.CommonValue.TENANT_ID_FIELD;
10
import static org.opensearch.ml.common.CommonValue.VERSION_2_19_0;
11
+import static org.opensearch.ml.common.CommonValue.VERSION_3_3_0;
12
import static org.opensearch.ml.common.utils.StringUtils.getParameterMap;
13
14
import java.io.IOException;
0 commit comments