kevin85421 commented on a change in pull request #622:
URL: https://github.com/apache/submarine/pull/622#discussion_r666356084



##########
File path: 
submarine-server/server-api/src/main/java/org/apache/submarine/server/api/spec/ExperimentMeta.java
##########
@@ -51,6 +55,22 @@ public void setName(String name) {
     this.name = name;
   }
 
+  /**
+   * Get the experiment id which is unique within a namespace.
+   * @return experiment id
+   */
+  public String getExpID() {

Review comment:
       I have fixed it.

##########
File path: 
submarine-server/server-api/src/main/java/org/apache/submarine/server/api/spec/ExperimentMeta.java
##########
@@ -51,6 +55,22 @@ public void setName(String name) {
     this.name = name;
   }
 
+  /**
+   * Get the experiment id which is unique within a namespace.
+   * @return experiment id
+   */
+  public String getExpID() {
+    return experimentId;
+  }
+
+  /**
+   * experiment id must be unique within a namespace. Is required when 
creating experiment.
+   * @param experimentId experiment id
+   */
+  public void setExpID(String experimentId) {

Review comment:
       I have fixed it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to