MemoryUpdateResult 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.
Provides the status of a memory store update operation.
public class MemoryUpdateResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.MemoryUpdateResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.MemoryUpdateResult>
type MemoryUpdateResult = class
interface IJsonModel<MemoryUpdateResult>
interface IPersistableModel<MemoryUpdateResult>
Public Class MemoryUpdateResult
Implements IJsonModel(Of MemoryUpdateResult), IPersistableModel(Of MemoryUpdateResult)
- Inheritance
-
MemoryUpdateResult
- Implements
Properties
| Name | Description |
|---|---|
| Details | |
| ErrorDetails | |
| Status |
The status of the memory update operation. One of "queued", "in_progress", "completed", "failed", or "superseded". |
| SupersededBy |
The update_id the operation was superseded by when status is "superseded". |
| UpdateId |
The unique ID of this update request. Use this value as previous_update_id in subsequent requests to perform incremental updates. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(ClientResult to MemoryUpdateResult) | |