FineTuneBuilder class

Constructors

FineTuneBuilder()

Properties

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

Methods

build() FineTune
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(FineTune other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(FineTuneBuilder)?) → void
Applies updates.
override

Operators

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