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):
122
122
The log group id for fine tuning job infrastructure.
123
123
log_id: (str, optional). Defaults to `None`.
124
124
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.
125
127
force_overwrite: (bool, optional). Defaults to `False`.
126
128
Whether to force overwrite the existing file in object storage.
127
129
freeform_tags: (dict, optional)
@@ -148,6 +150,7 @@ class CreateFineTuningDetails(Serializable):
148
150
subnet_id : Optional [str ] = None
149
151
log_id : Optional [str ] = None
150
152
log_group_id : Optional [str ] = None
153
+ watch_logs : Optional [bool ] = False
151
154
force_overwrite : Optional [bool ] = False
152
155
freeform_tags : Optional [dict ] = None
153
156
defined_tags : Optional [dict ] = None
You can’t perform that action at this time.
0 commit comments