Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a field for arbitrary metadata in annotation #313

Closed
aguschin opened this issue Dec 14, 2022 · 1 comment · Fixed by #315
Closed

Add a field for arbitrary metadata in annotation #313

aguschin opened this issue Dec 14, 2022 · 1 comment · Fixed by #315
Assignees
Labels
annotation Annotating artifacts in artifacts.yaml enhancement New feature or request

Comments

@aguschin
Copy link
Contributor

For some, it can be useful to keep arbitrary metadata. Since artifacts.yaml is a yaml file, it could be yaml or anything that works. Something like:

mymodel:
  path: path/to/model
  extra: <.......arbitrary metadata.....>
@aguschin aguschin added enhancement New feature or request annotation Annotating artifacts in artifacts.yaml labels Dec 14, 2022
@aguschin aguschin self-assigned this Dec 14, 2022
@aguschin
Copy link
Contributor Author

aguschin commented Dec 16, 2022

Some options for the name: extra, custom, info, notes, meta, details. Example with custom:

$ cat example-gto/artifacts.yaml
awesome:
  description: This model is very cool
  labels:
  - ml
  - cool
  path: models/awesome.pkl
  type: model
  custom: 1

@aguschin aguschin moved this to Done in MLEM + GTO Dec 16, 2022
aguschin added a commit that referenced this issue Dec 16, 2022
close #313 

- [x] implement
- [x] choose a better name
- [x] add to docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annotation Annotating artifacts in artifacts.yaml enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant