Share via


CompletionsLogProbabilityModel.TopLogProbabilities Property

Definition

A mapping of tokens to maximum log probability values in this completions data.

public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IDictionary<string,float?>> TopLogProbabilities { get; }
member this.TopLogProbabilities : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IDictionary<string, Nullable<single>>>
Public ReadOnly Property TopLogProbabilities As IReadOnlyList(Of IDictionary(Of String, Nullable(Of Single)))

Property Value

Applies to