DiskBasedResponseCache(String, String, String) Constructor
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.
Initializes a new instance of the DiskBasedResponseCache class.
public:
DiskBasedResponseCache(System::String ^ storageRootPath, System::String ^ scenarioName, System::String ^ iterationName);
public DiskBasedResponseCache(string storageRootPath, string scenarioName, string iterationName);
new Microsoft.Extensions.AI.Evaluation.Reporting.Storage.DiskBasedResponseCache : string * string * string -> Microsoft.Extensions.AI.Evaluation.Reporting.Storage.DiskBasedResponseCache
Public Sub New (storageRootPath As String, scenarioName As String, iterationName As String)
Parameters
- storageRootPath
- String
The path to a directory on disk under which the cached AI responses should be stored.
- scenarioName
- String
The ScenarioName for the returned DiskBasedResponseCache instance.
- iterationName
- String
The IterationName for the returned DiskBasedResponseCache instance.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.