msoe-dise-project / ringling

A service to track model training parameters, trained models, and model tests
Apache License 2.0
0 stars 0 forks source link

Add links #16

Closed rnowling closed 1 year ago

rnowling commented 1 year ago

In addition to just mentioning project id, parameter set ids, etc., we could add links to those resources:

{
    "_links": {
         "organization": {"href": "/v2/organizations/ga219"},
          "self": {"href": "/v2/animals/60782432"},
           "type": {"href": "/v2/types/dog"}
     }
}