Delen via


MachineLearningNotebookResourceInfo Class

Definition

The MachineLearningNotebookResourceInfo.

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

Properties

Fqdn

Gets the fqdn.

IsPrivateLinkEnabled

Gets the is private link enabled.

NotebookPreparationError

The error that occurs when preparing notebook.

ResourceId

the data plane resourceId that used to initialize notebook component.

Explicit Interface Implementations

IJsonModel<MachineLearningNotebookResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningNotebookResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningNotebookResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningNotebookResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningNotebookResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to