CreateEmbeddingRequest class

Constructors

CreateEmbeddingRequest({required String model, required CreateEmbeddingRequestInput input, String? user})
Returns a new CreateEmbeddingRequest instance.

Properties

hashCode int
The hash code for this object.
no setteroverride
input CreateEmbeddingRequestInput
getter/setter pair
model String
ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user String?
A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. Learn more.
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) CreateEmbeddingRequest?
Returns a new CreateEmbeddingRequest instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<CreateEmbeddingRequest>?
mapFromJson(dynamic json) Map<String, CreateEmbeddingRequest>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<CreateEmbeddingRequest>>

Constants

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