TopPSamplingMode class final

Top-P (nucleus) sampling mode.

See SamplingMode.topP for details.

Inheritance

Constructors

TopPSamplingMode(double probabilityThreshold, {int? seed})
Creates a top-P sampling mode.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
probabilityThreshold double
The cumulative probability threshold (0.0 to 1.0).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed int?
Optional seed for reproducible randomness.
final

Methods

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

Operators

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