Condividi tramite


MachineLearningNotebookPreparationError Class

Definition

The MachineLearningNotebookPreparationError.

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

Properties

ErrorMessage

Gets the error message.

StatusCode

Gets the status code.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MachineLearningNotebookPreparationError>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningNotebookPreparationError>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningNotebookPreparationError>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningNotebookPreparationError>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningNotebookPreparationError>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to