Skip to content

Commit

Permalink
[FEATURE] tags on model group&version #1303
Browse files Browse the repository at this point in the history
check update tags whether is null or empty

Signed-off-by: Frank Woo(吴峻申) <[email protected]>
  • Loading branch information
wujunshen committed Sep 25, 2023
1 parent fcd6c95 commit 17822b6
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
import static org.opensearch.ml.common.CommonValue.ML_MODEL_GROUP_INDEX;
import static org.opensearch.ml.utils.MLExceptionUtils.logException;

import com.google.common.collect.ImmutableList;
import java.util.*;
import lombok.extern.log4j.Log4j2;

import org.apache.commons.lang3.StringUtils;
import org.opensearch.OpenSearchStatusException;
import org.opensearch.action.ActionRequest;
Expand Down Expand Up @@ -48,6 +47,10 @@
import org.opensearch.tasks.Task;
import org.opensearch.transport.TransportService;

import com.google.common.collect.ImmutableList;

import lombok.extern.log4j.Log4j2;

@Log4j2
public class TransportUpdateModelGroupAction extends HandledTransportAction<ActionRequest, MLUpdateModelGroupResponse> {

Expand Down

0 comments on commit 17822b6

Please sign in to comment.