Skip to content
代码片段 群组 项目
提交 af0a9434 编辑于 作者: Eduardo Bonet's avatar Eduardo Bonet 提交者: Matt Kasa
浏览文件

Adds table ml_model and entity Ml::Model

A Ml::Model has:
- `name`, which will be used to reference Packages::Package by
  package_name (follow up: a table packages_ml_model_metadata will be
added to add an association for a package of type ml_model to a model).
`name` must be a valid ml_model package_name. Name is unique per project
and acts as an iid of sorts.
- `project`, project which the model belongs to
- `default_experiment`, an Ml::Experiment with the same name as the
  model. When creating the model, and an experiment with the same name
exists, that is set as the default_experiment. Otherwise a new
experiment is created. An experiment that is the default experiment
cannot be destroyed.

Changelog: added
上级 b9a222fe
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册