mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 10:43:10 +00:00
Update documentation
This commit is contained in:
parent
b48f4eb2eb
commit
06032a6d66
@ -261,7 +261,7 @@
|
||||
type: string
|
||||
}
|
||||
uri {
|
||||
description: "URI for the model"
|
||||
description: "URI for the model. Exactly one of uri or override_model_id is a required."
|
||||
type: string
|
||||
}
|
||||
name {
|
||||
@ -283,7 +283,7 @@
|
||||
items {type: string}
|
||||
}
|
||||
override_model_id {
|
||||
description: "Override model ID. If provided, this model is updated in the task."
|
||||
description: "Override model ID. If provided, this model is updated in the task. Exactly one of override_model_id or uri is required."
|
||||
type: string
|
||||
}
|
||||
iteration {
|
||||
|
Loading…
Reference in New Issue
Block a user