mirror of
https://github.com/clearml/clearml
synced 2025-05-10 23:50:39 +00:00
Edit docstrings
This commit is contained in:
parent
4f0dcfd35a
commit
c5578d2f8b
@ -1411,7 +1411,7 @@ class Task(_Task):
|
||||
:param object mutable: The experiment component to connect. The object must be one of the following types:
|
||||
|
||||
- argparse - An argparse object for parameters.
|
||||
- dict - A dictionary for parameters. Note: the dict supports only keys of type `str`
|
||||
- dict - A dictionary for parameters. Note: only keys of type `str` are supported.
|
||||
- TaskParameters - A TaskParameters object.
|
||||
- :class:`Model` - A model object for initial model warmup, or for model update/snapshot uploading. In practice the model should be either :class:`InputModel` or :class:`OutputModel`.
|
||||
- type - A Class type, storing all class properties (excluding '_' prefixed properties).
|
||||
|
Loading…
Reference in New Issue
Block a user