FolderDataset 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.
FileDatasetVersion Definition.
public class FolderDataset : Azure.AI.Projects.AIProjectDataset, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.FolderDataset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.FolderDataset>
type FolderDataset = class
inherit AIProjectDataset
interface IJsonModel<FolderDataset>
interface IPersistableModel<FolderDataset>
Public Class FolderDataset
Inherits AIProjectDataset
Implements IJsonModel(Of FolderDataset), IPersistableModel(Of FolderDataset)
- Inheritance
- Implements
Constructors
FolderDataset(Uri) |
Initializes a new instance of FolderDataset. |
Properties
ConnectionName |
The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset. (Inherited from AIProjectDataset) |
DataUri | (Inherited from AIProjectDataset) |
Description |
The asset description text. (Inherited from AIProjectDataset) |
Id |
Asset ID, a unique identifier for the asset. (Inherited from AIProjectDataset) |
IsReference |
Indicates if the dataset holds a reference to the storage, or the dataset manages storage itself. If true, the underlying data will not be deleted when the dataset version is deleted. (Inherited from AIProjectDataset) |
Name |
The name of the resource. (Inherited from AIProjectDataset) |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from AIProjectDataset) |
Version |
The version of the resource. (Inherited from AIProjectDataset) |