共用方式為


MachineLearningDiagnoseResult Class

Definition

Result of Diagnose.

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

Properties

Code

Code for workspace setup error.

Level

Level of workspace setup error.

Message

Message of workspace setup error.

Explicit Interface Implementations

IJsonModel<MachineLearningDiagnoseResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningDiagnoseResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningDiagnoseResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDiagnoseResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDiagnoseResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to