FineTune class abstract

Annotations
  • @BuiltValue()

Constructors

FineTune([void updates(FineTuneBuilder b)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(FineTuneBuilder)) FineTune
Rebuilds the instance.
inherited
toBuilder() FineTuneBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<FineTune>
no setter