Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/fine-tuning/mod.ts>JobCreateParams.Integration

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
namespace JobCreateParams.Integration
import { JobCreateParams } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/mod.ts";
const { Integration } = JobCreateParams;

Interfaces

The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.

interface JobCreateParams.Integration
import { type JobCreateParams } from "https://deno.land/x/openai@v4.45.0/resources/fine-tuning/mod.ts";
const { Integration } = JobCreateParams;

Properties

type: "wandb"

The type of integration to enable. Currently, only "wandb" (Weights and Biases) is supported.

The settings for your integration with Weights and Biases. This payload specifies the project that metrics will be sent to. Optionally, you can set an explicit display name for your run, add tags to your run, and set a default entity (team, username, etc) to be associated with your run.