Skip to content
Snippets Groups Projects

Display updated model version

Merged Thibault Lavigne requested to merge display-updated-model-version-id into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -56,6 +56,8 @@ def test_create_model_version(tag, description):
model_hash = "hash"
archive_hash = "archive_hash"
size = "30"
tag = "tag"
description = "description"
model_version_details = {
"id": model_version_id,
"model_id": model_id,
Loading