Skip to content
Snippets Groups Projects
Commit bcf90852 authored by NolanB's avatar NolanB
Browse files

Add tag and description to training methods

parent 387f094b
No related branches found
No related tags found
1 merge request!201Display updated model version
This commit is part of merge request !201. Comments created here will be created in the context of that merge request.
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment