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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article