fine_tuning_cancel_job_request: API fine-tuning: cancel fine-tuning job request
Description
Immediately cancel a fine-tune job. To get more details, visit
https://platform.openai.com/docs/guides/fine-tuning
https://platform.openai.com/docs/api-reference/fine-tuning/cancel
content of the httr response object
or SimpleError (conditions) enhanced with
two additional fields: `status_code` (response$status_code)
and `message_long` (built on response content)
Arguments
fine_tuning_job_id
string, the ID of the fine-tuning job to cancel
api_key
string, OpenAI API key
(see https://platform.openai.com/account/api-keys)