FineTune class

Constructors

FineTune({required String id, required String object, required int createdAt, required int updatedAt, required String model, required String? fineTunedModel, required String organizationId, required String status, required Object hyperparams, List<OpenAIFile> trainingFiles = const [], List<OpenAIFile> validationFiles = const [], List<OpenAIFile> resultFiles = const [], List<FineTuneEvent> events = const []})
Returns a new FineTune instance.

Properties

createdAt int
getter/setter pair
events List<FineTuneEvent>
getter/setter pair
fineTunedModel String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hyperparams Object
getter/setter pair
id String
getter/setter pair
model String
getter/setter pair
object String
getter/setter pair
organizationId String
getter/setter pair
resultFiles List<OpenAIFile>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pair
trainingFiles List<OpenAIFile>
getter/setter pair
updatedAt int
getter/setter pair
validationFiles List<OpenAIFile>
getter/setter pair

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) FineTune?
Returns a new FineTune instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<FineTune>?
mapFromJson(dynamic json) Map<String, FineTune>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<FineTune>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.