FineTuningJobEventResponse

sttp.openai.requests.finetuning.FineTuningJobEventResponse
See theFineTuningJobEventResponse companion object
case class FineTuningJobEventResponse(`object`: String, id: String, createdAt: Int, level: String, message: String, `type`: String, data: Map[String, Value])

Fine-tuning job event object

Value parameters

`object`

The object type, which is always "fine_tuning.job.event".

`type`

The type of event.

createdAt

The Unix timestamp (in seconds) for when the fine-tuning job was created.

data

The data associated with the event.

id

The object identifier.

level

The log level of the event.

message

The message of the event.

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