다음을 통해 공유


MachineLearningModelVersionProperties Class

Definition

Model asset version details.

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

Constructors

MachineLearningModelVersionProperties()

Initializes a new instance of MachineLearningModelVersionProperties.

Properties

AutoDeleteSetting

Specifies the lifecycle setting of managed data asset.

(Inherited from MachineLearningAssetBase)
Description

The asset description text.

(Inherited from MachineLearningResourceBase)
Flavors

Mapping of model flavors to their properties.

IntellectualProperty

Intellectual Property details. Used if model is an Intellectual Property.

IsAnonymous

If the name version are system generated (anonymous registration).

(Inherited from MachineLearningAssetBase)
IsArchived

Is the asset archived?.

(Inherited from MachineLearningAssetBase)
JobName

Name of the training job which produced this model.

ModelType

The storage format for this entity. Used for NCD.

ModelUri

The URI path to the model contents.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ProvisioningState

Provisioning state for the model version.

Stage

Stage in the model lifecycle assigned to this model.

Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)

Explicit Interface Implementations

IJsonModel<MachineLearningAssetBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningAssetBase)
IJsonModel<MachineLearningModelVersionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningModelVersionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningResourceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningAssetBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningAssetBase)
IPersistableModel<MachineLearningModelVersionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningModelVersionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningModelVersionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningResourceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningResourceBase)

Applies to