Skip to content

Commit b5f7efe

Browse files
Fixes implmentation
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 7c78a54 commit b5f7efe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/src/main/java/org/opensearch/ml/common/MLModelGroup.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,11 @@ public static MLModelGroup fromStream(StreamInput in) throws IOException {
237237
return new MLModelGroup(in);
238238
}
239239

240+
@Override
241+
public String getShareableResourceName() {
242+
return "ml_model_group";
243+
}
244+
240245
@Override
241246
public String getWriteableName() {
242247
return "ml_model_group";

0 commit comments

Comments
 (0)