pub fn stamp_model_metadata(model: &mut ModelProto, key: &str, value: &str)Expand description
Stamp (key, value) onto model.metadata_props, replacing any
existing entry with the same key. Idempotent on re-runs.
pub fn stamp_model_metadata(model: &mut ModelProto, key: &str, value: &str)Stamp (key, value) onto model.metadata_props, replacing any
existing entry with the same key. Idempotent on re-runs.