MachineLearningIdAssetReference Class

Definition

Reference to an asset via its ARM resource ID.

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

Constructors

MachineLearningIdAssetReference(ResourceIdentifier)

Initializes a new instance of MachineLearningIdAssetReference.

Properties

AssetId

[Required] ARM resource ID of the asset.

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<MachineLearningIdAssetReference>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningIdAssetReference>.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<MachineLearningIdAssetReference>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningIdAssetReference>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningIdAssetReference>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to