Share via


MachineLearningComputeInstanceDataMount Class

Definition

Defines an Aml Instance DataMount.

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

Properties

CreatedBy

who this data mount created by.

Error

Error of this data mount.

MountAction

Mount Action.

MountedOn

The time when the disk mounted.

MountName

name of the ComputeInstance data mount.

MountPath

Path of this data mount.

MountState

Mount state.

Source

Source of the ComputeInstance data mount.

SourceType

Data source type.

Explicit Interface Implementations

IJsonModel<MachineLearningComputeInstanceDataMount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningComputeInstanceDataMount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningComputeInstanceDataMount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningComputeInstanceDataMount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningComputeInstanceDataMount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to