GenerationConfig class

Constructors

GenerationConfig({int? maxTokens, List<String>? stopWords, int? stopCount, int? nPast, SamplerConfig? samplerConfig, List<String>? imagePaths, int? imageCount, List<String>? audioPaths, int? audioCount})

Properties

audioCount int?
final
audioPaths List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
imageCount int?
final
imagePaths List<String>?
final
maxTokens int?
final
nPast int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
samplerConfig SamplerConfig?
final
stopCount int?
final
stopWords List<String>?
final

Methods

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

Operators

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