mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Update documentation
This commit is contained in:
parent
b48f4eb2eb
commit
06032a6d66
@ -261,7 +261,7 @@
|
|||||||
type: string
|
type: string
|
||||||
}
|
}
|
||||||
uri {
|
uri {
|
||||||
description: "URI for the model"
|
description: "URI for the model. Exactly one of uri or override_model_id is a required."
|
||||||
type: string
|
type: string
|
||||||
}
|
}
|
||||||
name {
|
name {
|
||||||
@ -283,7 +283,7 @@
|
|||||||
items {type: string}
|
items {type: string}
|
||||||
}
|
}
|
||||||
override_model_id {
|
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
|
type: string
|
||||||
}
|
}
|
||||||
iteration {
|
iteration {
|
||||||
|
Loading…
Reference in New Issue
Block a user