Model version
object:MODEL_ID
is the Neptune id of the model, stored in sys/id
. For example, PROJ-MOD
.model
parameter, use the version
parameter and pass the model version id as its argument:run = neptune.init(run="RUN_ID")
model_version["run/id"] = "RUN_ID"
RUN_ID
is the Neptune id of the run. For example, PROJ-14
.run
namespace of the model version.