kevin85421 commented on pull request #622:
URL: https://github.com/apache/submarine/pull/622#issuecomment-871534450
@jiwq Thank you for your recommendations!
I have some questions:
Q1: Does "job name" mean "experiment name"?
Q2: Does "pod label" mean "pod name"?
The following points assumed that the answers to these two questions are
YES. In my opinion, with this patch, users can still retrieve their experiments
via experiment names easily because the experiment (with the modified name)
will be returned. Hence, people can get the experiment easily from the
workbench.
In addition, because the rename rule is appending ${experimentCounter} to
the original experiment name, users can still retrieve their experiment with
the original experiment name easily.
For example, a user creates an experiment "mnist-exp".
Experiment name: "mnist-exp-0001" (same as the experiment name on the
workbench)
POD name: "mnist-exp-0001"
When a user wants to retrieve the experiment, they can use both
"mnist-exp-0001" or "mnist-exp".
--
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]