MachineLearningWorkspaceDiagnoseResult Class

Definition

The MachineLearningWorkspaceDiagnoseResult.

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

Properties

Value

Gets the value.

Explicit Interface Implementations

IJsonModel<MachineLearningWorkspaceDiagnoseResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningWorkspaceDiagnoseResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningWorkspaceDiagnoseResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningWorkspaceDiagnoseResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningWorkspaceDiagnoseResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to