OpenaiEx.FineTuning.Jobs (openai_ex v0.9.4)

View Source

This module provides an implementation of the OpenAI fine-tuning job API. The API reference can be found at https://platform.openai.com/docs/api-reference/fine-tuning.

Summary

Functions

Calls the fine-tuning job cancel endpoint.

Calls the fine-tuning job creation endpoint.

Calls the fine-tuning job list endpoint.

Calls the fine-tuning job list events endpoint.

Creates a new fine-tuning job request

Calls the fine-tuning job retrieve endpoint.

Functions

cancel(openai, list)

cancel!(openai, list)

Calls the fine-tuning job cancel endpoint.

https://platform.openai.com/docs/api-reference/fine-tuning/cancel

create(openai, finetuning)

create!(openai, finetuning)

Calls the fine-tuning job creation endpoint.

https://platform.openai.com/docs/api-reference/fine-tuning/create

list(openai, params \\ %{})

list!(openai, params \\ %{})

Calls the fine-tuning job list endpoint.

https://platform.openai.com/docs/api-reference/fine-tuning/list

list_events(openai, opts)

list_events!(openai, opts)

Calls the fine-tuning job list events endpoint.

https://platform.openai.com/docs/api-reference/fine-tuning/events

new(args)

Creates a new fine-tuning job request

retrieve(openai, list)

retrieve!(openai, list)

Calls the fine-tuning job retrieve endpoint.

https://platform.openai.com/docs/api-reference/fine-tuning/retrieve