AzureAIProjectsModelFactory.MemoryStoreDefinition(String) Method
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.
Base definition for memory store configurations. Please note this is the abstract base class. The derived classes available for instantiation are: MemoryStoreDefaultDefinition.
public static Azure.AI.Projects.MemoryStoreDefinition MemoryStoreDefinition(string kind = default);
static member MemoryStoreDefinition : string -> Azure.AI.Projects.MemoryStoreDefinition
Public Shared Function MemoryStoreDefinition (Optional kind As String = Nothing) As MemoryStoreDefinition
Parameters
- kind
- String
The kind of the memory store.
Returns
A new MemoryStoreDefinition instance for mocking.