Skip to content

Commit

Permalink
Always
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Oct 16, 2023
1 parent ec819e4 commit e824073
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ private TrainedModeAssignmentDiff(final StreamInput in, String writeableName) th
@Override
public Metadata.Custom apply(Metadata.Custom part) {
return new TrainedModelAssignmentMetadata(
new TreeMap<>(modelRoutingEntries.apply(((TrainedModelAssignmentMetadata) part).deploymentRoutingEntries))
new TreeMap<>(modelRoutingEntries.apply(((TrainedModelAssignmentMetadata) part).deploymentRoutingEntries)),
writeableName
);
}

Expand Down

0 comments on commit e824073

Please sign in to comment.