AIProjectMemoryStoresOperations 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.
The AIProjectMemoryStoresOperations sub-client.
public class AIProjectMemoryStoresOperations
type AIProjectMemoryStoresOperations = class
Public Class AIProjectMemoryStoresOperations
- Inheritance
-
AIProjectMemoryStoresOperations
Constructors
| Name | Description |
|---|---|
| AIProjectMemoryStoresOperations() |
Initializes a new instance of AIProjectMemoryStoresOperations for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CreateMemoryStore(BinaryContent, RequestOptions) |
[Protocol Method] Create a memory store.
|
| CreateMemoryStore(String, MemoryStoreDefinition, String, IDictionary<String,String>, CancellationToken) |
Create a memory store. |
| CreateMemoryStoreAsync(BinaryContent, RequestOptions) |
[Protocol Method] Create a memory store.
|
| CreateMemoryStoreAsync(String, MemoryStoreDefinition, String, IDictionary<String,String>, CancellationToken) |
Create a memory store. |
| DeleteMemoryStore(String, CancellationToken) |
Delete a memory store. |
| DeleteMemoryStore(String, RequestOptions) |
[Protocol Method] Delete a memory store.
|
| DeleteMemoryStoreAsync(String, CancellationToken) |
Delete a memory store. |
| DeleteMemoryStoreAsync(String, RequestOptions) |
[Protocol Method] Delete a memory store.
|
| DeleteScope(String, BinaryContent, RequestOptions) |
[Protocol Method] Delete all memories associated with a specific scope from a memory store.
|
| DeleteScope(String, String, CancellationToken) |
Delete all memories associated with a specific scope from a memory store. |
| DeleteScopeAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Delete all memories associated with a specific scope from a memory store.
|
| DeleteScopeAsync(String, String, CancellationToken) |
Delete all memories associated with a specific scope from a memory store. |
| GetMemoryStore(String, CancellationToken) |
Retrieve a memory store. |
| GetMemoryStore(String, RequestOptions) |
[Protocol Method] Retrieve a memory store.
|
| GetMemoryStoreAsync(String, CancellationToken) |
Retrieve a memory store. |
| GetMemoryStoreAsync(String, RequestOptions) |
[Protocol Method] Retrieve a memory store.
|
| GetMemoryStores(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all memory stores. |
| GetMemoryStoresAsync(Nullable<Int32>, Nullable<AgentListOrder>, String, String, CancellationToken) |
List all memory stores. |
| GetUpdateResult(String, String, CancellationToken) |
Get memory store update result. |
| GetUpdateResult(String, String, RequestOptions) |
[Protocol Method] Get memory store update result.
|
| GetUpdateResultAsync(String, String, CancellationToken) |
Get memory store update result. |
| GetUpdateResultAsync(String, String, RequestOptions) |
[Protocol Method] Get memory store update result.
|
| SearchMemories(String, BinaryContent, RequestOptions) |
[Protocol Method] Search for relevant memories from a memory store based on conversation context.
|
| SearchMemories(String, MemorySearchOptions, CancellationToken) |
Search for relevant memories from a memory store based on conversation context. |
| SearchMemoriesAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Search for relevant memories from a memory store based on conversation context.
|
| SearchMemoriesAsync(String, MemorySearchOptions, CancellationToken) |
Search for relevant memories from a memory store based on conversation context. |
| UpdateMemories(String, BinaryContent, RequestOptions) |
[Protocol Method] Update memory store with conversation memories.
|
| UpdateMemories(String, MemoryUpdateOptions, CancellationToken) | |
| UpdateMemoriesAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Update memory store with conversation memories.
|
| UpdateMemoriesAsync(String, MemoryUpdateOptions, CancellationToken) | |
| UpdateMemoryStore(String, BinaryContent, RequestOptions) |
[Protocol Method] Update a memory store.
|
| UpdateMemoryStore(String, String, IDictionary<String,String>, CancellationToken) |
Update a memory store. |
| UpdateMemoryStoreAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Update a memory store.
|
| UpdateMemoryStoreAsync(String, String, IDictionary<String,String>, CancellationToken) |
Update a memory store. |
| WaitForMemoriesUpdate(String, Int32, MemoryUpdateOptions, CancellationToken) |
Wait for memories to update. |
| WaitForMemoriesUpdateAsync(String, Int32, MemoryUpdateOptions, CancellationToken) |
Wait for memories to update. |