Megosztás a következőn keresztül:


MachineLearningCustomModelJobOutput Class

Definition

The MachineLearningCustomModelJobOutput.

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

Constructors

MachineLearningCustomModelJobOutput()

Initializes a new instance of MachineLearningCustomModelJobOutput.

Properties

AssetName

Output Asset Name.

AssetVersion

Output Asset Version.

AutoDeleteSetting

Auto delete setting of output data asset.

Description

Description for the output.

(Inherited from MachineLearningJobOutput)
Mode

Output Asset Delivery Mode.

Uri

Output Asset URI.

Explicit Interface Implementations

IJsonModel<MachineLearningCustomModelJobOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningCustomModelJobOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningJobOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MachineLearningJobOutput)
IJsonModel<MachineLearningJobOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningJobOutput)
IPersistableModel<MachineLearningCustomModelJobOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningCustomModelJobOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningCustomModelJobOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningJobOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningJobOutput)
IPersistableModel<MachineLearningJobOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MachineLearningJobOutput)
IPersistableModel<MachineLearningJobOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningJobOutput)

Applies to