class

OpenAI::FineTuningIntegration

Inherits JSON::Serializable < Reference < Object

Constructors

new(type_value : FineTuningIntegrationType = FineTuningIntegrationType::Wandb, wandb : FineTuningIntegrationWandb = FineTuningIntegrationWandb.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The type of the integration being enabled for the fine-tuning job

Source
type_value=(type_value : FineTuningIntegrationType)

The type of the integration being enabled for the fine-tuning job

Source
wandb

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.

Source
wandb=(wandb : FineTuningIntegrationWandb)

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.

Source