ProjectsAgentsModelFactory.DatasetRef(String, 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.
Reference to a registered dataset in the Foundry Dataset Service.
public static Azure.AI.Projects.Agents.DatasetRef DatasetRef(string name = default, string version = default);
static member DatasetRef : string * string -> Azure.AI.Projects.Agents.DatasetRef
Public Shared Function DatasetRef (Optional name As String = Nothing, Optional version As String = Nothing) As DatasetRef
Parameters
- name
- String
Dataset name.
- version
- String
Dataset version. If not specified, the latest version is used.
Returns
A new DatasetRef instance for mocking.