Skip to content

Commit ae629db

Browse files
committed
test
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
1 parent 26c7f07 commit ae629db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/java/org/opensearch/ml/common/model/MLDeploySetting.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class MLDeploySetting implements ToXContentObject, Writeable {
2727
public static final String IS_AUTO_DEPLOY_ENABLED_FIELD = "is_auto_deploy_enabled";
2828
public static final String MODEL_TTL_MINUTES_FIELD = "model_ttl_minutes";
2929
private static final long DEFAULT_TTL_MINUTES = -1;
30-
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_MODEL_TTL = Version.V_2_14_0;
30+
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_MODEL_TTL = Version.V_2_13_0;
3131

3232
private Boolean isAutoDeployEnabled;
3333
private Long modelTTLInMinutes; // in minutes

common/src/main/java/org/opensearch/ml/common/transport/register/MLRegisterModelInput.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class MLRegisterModelInput implements ToXContentObject, Writeable {
7272
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_DOES_VERSION_CREATE_MODEL_GROUP = Version.V_2_11_0;
7373
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_AGENT_FRAMEWORK = Version.V_2_12_0;
7474
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_GUARDRAILS_AND_AUTO_DEPLOY = Version.V_2_13_0;
75-
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_INTERFACE = Version.V_2_14_0;
75+
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_INTERFACE = Version.V_2_13_0;
7676

7777
private FunctionName functionName;
7878
private String modelName;

0 commit comments

Comments
 (0)