Class TokenLikelihood
An object that contains the returned token and its corresponding likelihood.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class TokenLikelihoodProperties
Likelihood
Declaration
[JsonProperty(PropertyName = "likelihood")]
public double Likelihood { get; set; }Property Value
| Type | Description | 
|---|---|
| double | The likelihood of this token during generation. | 
Token
Declaration
[JsonProperty(PropertyName = "token")]
public string Token { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A word, part of a word, or a punctuation.
 |