CreateClassificationRequestBuilder class

Properties

examples ↔ ListBuilder<BuiltList<String>>
getter/setter pair
expand ↔ ListBuilder<JsonObject?>
getter/setter pair
file String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels ↔ ListBuilder<String>
getter/setter pair
logitBias ↔ JsonObject?
getter/setter pair
logprobs int?
getter/setter pair
maxExamples int?
getter/setter pair
model String?
getter/setter pair
query String?
getter/setter pair
returnMetadata bool?
getter/setter pair
returnPrompt bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchModel String?
getter/setter pair
temperature num?
getter/setter pair
user String?
getter/setter pair

Methods

build() CreateClassificationRequest
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(CreateClassificationRequest 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(CreateClassificationRequestBuilder)?) → void
Applies updates.
override

Operators

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