File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,8 @@ class CreateFineTuningDetails(Serializable):
122122 The log group id for fine tuning job infrastructure.
123123 log_id: (str, optional). Defaults to `None`.
124124 The log id for fine tuning job infrastructure.
125+ watch_logs: (bool, optional). Defaults to `False`.
126+ The flag to watch the job run logs when a fine-tuning job is created.
125127 force_overwrite: (bool, optional). Defaults to `False`.
126128 Whether to force overwrite the existing file in object storage.
127129 freeform_tags: (dict, optional)
@@ -148,6 +150,7 @@ class CreateFineTuningDetails(Serializable):
148150 subnet_id : Optional [str ] = None
149151 log_id : Optional [str ] = None
150152 log_group_id : Optional [str ] = None
153+ watch_logs : Optional [bool ] = False
151154 force_overwrite : Optional [bool ] = False
152155 freeform_tags : Optional [dict ] = None
153156 defined_tags : Optional [dict ] = None
You can’t perform that action at this time.
0 commit comments