Udostępnij za pośrednictwem


MachineLearningWorkspaceDiagnoseContent Class

Definition

Parameters to diagnose a workspace.

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

Constructors

MachineLearningWorkspaceDiagnoseContent()

Initializes a new instance of MachineLearningWorkspaceDiagnoseContent.

Properties

Value

Value of Parameters.

Explicit Interface Implementations

IJsonModel<MachineLearningWorkspaceDiagnoseContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningWorkspaceDiagnoseContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningWorkspaceDiagnoseContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningWorkspaceDiagnoseContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningWorkspaceDiagnoseContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to