fix doc string

This commit is contained in:
Ishaan Jaff 2024-07-29 19:23:35 -07:00
parent 16d595c4ff
commit 8e6df89f8a

View file

@ -190,7 +190,7 @@ def cancel_fine_tuning_job(
**kwargs, **kwargs,
) -> Union[FineTuningJob, Coroutine[Any, Any, FineTuningJob]]: ) -> Union[FineTuningJob, Coroutine[Any, Any, FineTuningJob]]:
""" """
Creates a fine-tuning job which begins the process of creating a new model from a given dataset. Immediately cancel a fine-tune job.
Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete