We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
artifacts.yaml
yaml
mymodel: path: path/to/model extra: <.......arbitrary metadata.....>
The text was updated successfully, but these errors were encountered:
Some options for the name: extra, custom, info, notes, meta, details. Example with custom:
extra
custom
info
notes
meta
details
$ cat example-gto/artifacts.yaml awesome: description: This model is very cool labels: - ml - cool path: models/awesome.pkl type: model custom: 1
Sorry, something went wrong.
Track custom metadata in artifacts.yaml (#315)
d07d11e
close #313 - [x] implement - [x] choose a better name - [x] add to docs
aguschin
Successfully merging a pull request may close this issue.
For some, it can be useful to keep arbitrary metadata. Since
artifacts.yaml
is a yaml file, it could beyaml
or anything that works. Something like:The text was updated successfully, but these errors were encountered: