Skip to content

Commit

Permalink
fix: remove unused version number
Browse files Browse the repository at this point in the history
Signed-off-by: Pavan Yekbote <[email protected]>
  • Loading branch information
pyek-bot committed Jan 3, 2025
1 parent 81381c4 commit b79e738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,5 +532,4 @@ public class CommonValue {
public static final Version VERSION_2_11_0 = Version.fromString("2.11.0");
public static final Version VERSION_2_12_0 = Version.fromString("2.12.0");
public static final Version VERSION_2_13_0 = Version.fromString("2.13.0");
public static final Version VERSION_2_14_0 = Version.fromString("2.14.0");
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class MLRegisterModelInput implements ToXContentObject, Writeable {
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_DOES_VERSION_CREATE_MODEL_GROUP = Version.V_2_11_0;
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_AGENT_FRAMEWORK = Version.V_2_12_0;
public static final Version MINIMAL_SUPPORTED_VERSION_FOR_GUARDRAILS_AND_AUTO_DEPLOY = Version.V_2_13_0;

private FunctionName functionName;
private String modelName;
private String modelGroupId;
Expand Down

0 comments on commit b79e738

Please sign in to comment.