Share via


FileDatasetVersion Class

Definition

FileDatasetVersion Definition.

public class FileDatasetVersion : Azure.AI.Projects.DatasetVersion, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.FileDatasetVersion>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.FileDatasetVersion>
type FileDatasetVersion = class
    inherit DatasetVersion
    interface IJsonModel<FileDatasetVersion>
    interface IPersistableModel<FileDatasetVersion>
Public Class FileDatasetVersion
Inherits DatasetVersion
Implements IJsonModel(Of FileDatasetVersion), IPersistableModel(Of FileDatasetVersion)
Inheritance
FileDatasetVersion
Implements

Constructors

FileDatasetVersion(String)

Initializes a new instance of FileDatasetVersion.

Properties

ConnectionName

The Azure Storage Account connection name. Required if startPendingUploadVersion was not called before creating the Dataset.

(Inherited from DatasetVersion)
DataUri

URI of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330.

(Inherited from DatasetVersion)
Description

The asset description text.

(Inherited from DatasetVersion)
Id

Asset ID, a unique identifier for the asset.

(Inherited from DatasetVersion)
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 DatasetVersion)
Name

The name of the resource.

(Inherited from DatasetVersion)
Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from DatasetVersion)
Version

The version of the resource.

(Inherited from DatasetVersion)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatasetVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DatasetVersion)
IJsonModel<DatasetVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DatasetVersion)
IJsonModel<FileDatasetVersion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FileDatasetVersion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatasetVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DatasetVersion)
IPersistableModel<DatasetVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DatasetVersion)
IPersistableModel<DatasetVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DatasetVersion)
IPersistableModel<FileDatasetVersion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FileDatasetVersion>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FileDatasetVersion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to