Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.FineTunes.FineTuneListEventsParamsNonStreaming

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: FineTuneListEventsParamsNonStreaming

OpenAI.FineTunes.FineTuneListEventsParamsNonStreaming

Hierarchy

Table of contents

Properties

Properties

stream

Optional stream: false

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.

Overrides

FineTuneListEventsParamsBase.stream

Defined in

node_modules/openai/resources/fine-tunes.d.ts:314

Typescript Libraries

Modules

Namespaces

Clone this wiki locally