Integration

sttp.openai.requests.finetuning.Integration
See theIntegration companion object
case class Integration(`type`: Type, wandb: Wandb)

Value parameters

`type`

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

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product