LogProb Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Log probability.
public class LogProb : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.LogProb>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.LogProb>
type LogProb = class
interface IJsonModel<LogProb>
interface IPersistableModel<LogProb>
Public Class LogProb
Implements IJsonModel(Of LogProb), IPersistableModel(Of LogProb)
- Inheritance
-
LogProb
- Implements
Constructors
| Name | Description |
|---|---|
| LogProb(String, Double, IEnumerable<Int64>, IEnumerable<TopLogProb>) |
Initializes a new instance of LogProb. |
Properties
| Name | Description |
|---|---|
| Bytes |
Gets the Bytes. |
| Logprob |
Gets or sets the Logprob. |
| Token |
Gets or sets the Token. |
| TopLogprobs |
Gets the TopLogprobs. |