Update documentation

This commit is contained in:
allegroai 2020-03-20 10:51:43 +02:00
parent b48f4eb2eb
commit 06032a6d66

View File

@ -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 {