LogprobsResult

io.cequence.openaiscala.gemini.domain.response.LogprobsResult
case class LogprobsResult(topCandidates: Seq[TopCandidates], chosenCandidates: Seq[Candidate])

Logprobs Result

Attributes

chosenCandidates

Length = total number of decoding steps. The chosen candidates may or may not be in topCandidates.

topCandidates

Length = total number of decoding steps.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product