MemoryStoreOperationUsage 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.
Usage statistics of a memory store operation.
public class MemoryStoreOperationUsage : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MemoryStoreOperationUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MemoryStoreOperationUsage>
type MemoryStoreOperationUsage = class
interface IJsonModel<MemoryStoreOperationUsage>
interface IPersistableModel<MemoryStoreOperationUsage>
Public Class MemoryStoreOperationUsage
Implements IJsonModel(Of MemoryStoreOperationUsage), IPersistableModel(Of MemoryStoreOperationUsage)
- Inheritance
-
MemoryStoreOperationUsage
- Implements
Properties
| Name | Description |
|---|---|
| EmbeddingTokens |
The number of embedding tokens. |
| InputTokens |
The number of input tokens. |
| InputTokensDetails |
A detailed breakdown of the input tokens. |
| OutputTokens |
The number of output tokens. |
| OutputTokensDetails |
A detailed breakdown of the output tokens. |
| TotalTokens |
The total number of tokens used. |