MistralClient.Models.WandbIntegration (mistralex_ai v0.1.0)

View Source

Represents a Weights & Biases integration for fine-tuning.

Summary

Functions

Create a Weights & Biases integration from a map.

Create a new Weights & Biases integration.

Types

t()

@type t() :: %MistralClient.Models.WandbIntegration{
  api_key: String.t() | nil,
  name: String.t() | nil,
  project: String.t(),
  type: String.t()
}

Functions

from_map(data)

@spec from_map(map()) :: t()

Create a Weights & Biases integration from a map.

new(project, opts \\ [])

@spec new(
  String.t(),
  keyword()
) :: t()

Create a new Weights & Biases integration.