OpenAIFineTuneEventModel class final

This class is used to represent an OpenAI fine-tune event.

Annotations
  • @immutable

Constructors

OpenAIFineTuneEventModel({required DateTime createdAt, required String? level, required String? message})
This class is used to represent an OpenAI fine-tune event.
const
OpenAIFineTuneEventModel.fromMap(Map<String, dynamic> json)
This class is used to represent an OpenAI fine-tune event. This method is used to convert a Map<String, dynamic> object to a OpenAIFineTuneEventModel object.
factory

Properties

createdAt DateTime
The date the event was created.
final
hashCode int
The hash code for this object.
no setteroverride
haveLevel bool
Weither the event have a level.
no setter
haveMessage bool
Weither the event have a message.
no setter
level String?
The level of the event.
final
message String?
The message of the event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant OpenAIFineTuneEventModel other) bool
The equality operator.
override