Skip to content

Files

Latest commit

 

History

History
17 lines (11 loc) · 431 Bytes

finetuningjobstatus.md

File metadata and controls

17 lines (11 loc) · 431 Bytes

FineTuningJobStatus

The current status of the fine-tuning job, which can be either validating_files, queued, running, succeeded, failed, or cancelled.

Example Usage

import { FineTuningJobStatus } from "argot-open-ai/models/components";

let value: FineTuningJobStatus = "succeeded";

Values

"validating_files" | "queued" | "running" | "succeeded" | "failed" | "cancelled"