DatasetRef 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.
Reference to a registered dataset in the Foundry Dataset Service.
public class DatasetRef : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.DatasetRef>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.DatasetRef>
type DatasetRef = class
interface IJsonModel<DatasetRef>
interface IPersistableModel<DatasetRef>
Public Class DatasetRef
Implements IJsonModel(Of DatasetRef), IPersistableModel(Of DatasetRef)
- Inheritance
-
DatasetRef
- Implements
Constructors
| Name | Description |
|---|---|
| DatasetRef(String) |
Initializes a new instance of DatasetRef. |
Properties
| Name | Description |
|---|---|
| Name |
Dataset name. |
| Version |
Dataset version. If not specified, the latest version is used. |