You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by Fatal Lin <fa...@gmail.com> on 2021/07/18 15:23:47 UTC

allow user could define their own tag on Experiment object

Hello developers,

The user-defined tag in Experiment object is an idea we discussed in last
week's operator team weekly meeting, It's sound quite convenient for
submarine users if they could give their own tag on each experiment to
organize the objects, and they also could do some precise search with an
assigned tag.

To accomplish this feature, I would like to add a new list of string field
tags into class ExperimentMeta, and also add a new function to search
matched Experiment instances with a given tag.

What do you think about this idea and design?
Any feedback is appreciated :)

Brandon Lin.

Re: allow user could define their own tag on Experiment object

Posted by Kevin Su <pi...@gmail.com>.
+1
Thanks Brandon for proposing this idea.
Yeah, I think this feature is helpful for user to manage their experiment.

Best Regards,
Kevin Su

Fatal Lin <fa...@gmail.com> 於 2021年7月19日 週一 上午9:56寫道:

> Hello developers,
>
> The user-defined tag in Experiment object is an idea we discussed in last
> week's operator team weekly meeting, It's sound quite convenient for
> submarine users if they could give their own tag on each experiment to
> organize the objects, and they also could do some precise search with an
> assigned tag.
>
> To accomplish this feature, I would like to add a new list of string field
> tags into class ExperimentMeta, and also add a new function to search
> matched Experiment instances with a given tag.
>
> What do you think about this idea and design?
> Any feedback is appreciated :)
>
> Brandon Lin.
>