MachineLearningDataPathAssetReference Class

Definition

Reference to an asset via its path in a datastore.

public class MachineLearningDataPathAssetReference : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetReferenceBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDataPathAssetReference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDataPathAssetReference>
public class MachineLearningDataPathAssetReference : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetReferenceBase
type MachineLearningDataPathAssetReference = class
    inherit MachineLearningAssetReferenceBase
    interface IJsonModel<MachineLearningDataPathAssetReference>
    interface IPersistableModel<MachineLearningDataPathAssetReference>
type MachineLearningDataPathAssetReference = class
    inherit MachineLearningAssetReferenceBase
Public Class MachineLearningDataPathAssetReference
Inherits MachineLearningAssetReferenceBase
Implements IJsonModel(Of MachineLearningDataPathAssetReference), IPersistableModel(Of MachineLearningDataPathAssetReference)
Public Class MachineLearningDataPathAssetReference
Inherits MachineLearningAssetReferenceBase
Inheritance
MachineLearningDataPathAssetReference
Implements

Constructors

MachineLearningDataPathAssetReference()

Initializes a new instance of MachineLearningDataPathAssetReference.

Properties

DatastoreId

ARM resource ID of the datastore where the asset is located.

Path

The path of the file/directory in the datastore.

Explicit Interface Implementations

IJsonModel<MachineLearningAssetReferenceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningAssetReferenceBase)
IJsonModel<MachineLearningDataPathAssetReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningDataPathAssetReference>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningAssetReferenceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningAssetReferenceBase)
IPersistableModel<MachineLearningDataPathAssetReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDataPathAssetReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDataPathAssetReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to