Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 283 Bytes

finetuningjobobject.md

File metadata and controls

17 lines (11 loc) · 283 Bytes

FineTuningJobObject

The object type, which is always "fine_tuning.job".

Example Usage

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

let value: FineTuningJobObject = "fine_tuning.job";

Values

"fine_tuning.job"