共用方式為


MachineLearningComponentContainerProperties Class

Definition

Component container definition. <see href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" />

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

Constructors

MachineLearningComponentContainerProperties()

Initializes a new instance of MachineLearningComponentContainerProperties.

Properties

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
IsArchived

Is the asset archived?.

(Inherited from MachineLearningAssetContainer)
LatestVersion

The latest version inside this container.

(Inherited from MachineLearningAssetContainer)
NextVersion

The next auto incremental version.

(Inherited from MachineLearningAssetContainer)
Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ProvisioningState

Provisioning state for the component container.

Tags

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

(Inherited from MachineLearningResourceBase)

Explicit Interface Implementations

IJsonModel<MachineLearningAssetContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningAssetContainer)
IJsonModel<MachineLearningComponentContainerProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningComponentContainerProperties>.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<MachineLearningAssetContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningAssetContainer)
IPersistableModel<MachineLearningComponentContainerProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningComponentContainerProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningComponentContainerProperties>.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