Share via


MachineLearningDiagnoseResultValue Class

Definition

The MachineLearningDiagnoseResultValue.

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

Properties

ApplicationInsightsResults

Gets the application insights results.

ContainerRegistryResults

Gets the container registry results.

DnsResolutionResults

Gets the dns resolution results.

KeyVaultResults

Gets the key vault results.

NetworkSecurityRuleResults

Gets the network security rule results.

OtherResults

Gets the other results.

ResourceLockResults

Gets the resource lock results.

StorageAccountResults

Gets the storage account results.

UserDefinedRouteResults

Gets the user defined route results.

Explicit Interface Implementations

IJsonModel<MachineLearningDiagnoseResultValue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningDiagnoseResultValue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningDiagnoseResultValue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDiagnoseResultValue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDiagnoseResultValue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to