Class: OpenAI::Models::FineTuning::JobCreateParams::Integration

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openai/models/fine_tuning/job_create_params.rb

Defined Under Namespace

Classes: Wandb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(wandb: , type: :wandb) ⇒ Object

Some parameter documentations has been truncated, see OpenAI::Models::FineTuning::JobCreateParams::Integration for more details.

Parameters:



# File 'lib/openai/models/fine_tuning/job_create_params.rb', line 265

Instance Attribute Details

#typeSymbol, :wandb

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

Returns:

  • (Symbol, :wandb)


254
# File 'lib/openai/models/fine_tuning/job_create_params.rb', line 254

required :type, const: :wandb

#wandbOpenAI::Models::FineTuning::JobCreateParams::Integration::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.



263
# File 'lib/openai/models/fine_tuning/job_create_params.rb', line 263

required :wandb, -> { OpenAI::FineTuning::JobCreateParams::Integration::Wandb }