Skip to main content
Module

x/openai/resources/fine-tunes.ts>FineTuneListEventsParamsBase

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface FineTuneListEventsParamsBase
import { type FineTuneListEventsParamsBase } from "https://deno.land/x/openai@v4.21.0/resources/fine-tunes.ts";

Properties

optional
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.