list_fine_tune_eventsdeprecated: List Fine-Tune Eventsdeprecated

View source: R/functions.R

list_fine_tune_eventsdeprecatedR Documentation

List Fine-Tune Eventsdeprecated

Description

Get fine-grained status updates for a fine-tune job.

Usage

list_fine_tune_eventsdeprecated(
  fine_tune_id,
  stream = NULL,
  return_response = F
)

Arguments

fine_tune_id

(string) The ID of the fine-tune job to get events for. Required

stream

(boolean) Whether to stream events for the fine-tune job. If set to true, events will be sent as data-only server-sent events as they become available. The stream will terminate with a data: DONE message when the job is finished (succeeded, cancelled, or failed). If set to false, only events generated so far will be returned.

return_response

(boolean) Whether to return the API response or parse the contents of the response. Defaults to FALSE (parse the response).

See Also

Open AI Documentation


samterfa/openai documentation built on Oct. 9, 2024, 5:18 p.m.