MachineLearningCodeVersionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Code asset version details.
public class MachineLearningCodeVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeVersionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningCodeVersionProperties>
public class MachineLearningCodeVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningCodeVersionProperties = class
inherit MachineLearningAssetBase
interface IJsonModel<MachineLearningCodeVersionProperties>
interface IPersistableModel<MachineLearningCodeVersionProperties>
type MachineLearningCodeVersionProperties = class
inherit MachineLearningAssetBase
Public Class MachineLearningCodeVersionProperties
Inherits MachineLearningAssetBase
Implements IJsonModel(Of MachineLearningCodeVersionProperties), IPersistableModel(Of MachineLearningCodeVersionProperties)
Public Class MachineLearningCodeVersionProperties
Inherits MachineLearningAssetBase
- Inheritance
- Implements
Constructors
MachineLearningCodeVersionProperties() |
Initializes a new instance of MachineLearningCodeVersionProperties. |
Properties
AutoDeleteSetting |
Specifies the lifecycle setting of managed data asset. (Inherited from MachineLearningAssetBase) |
CodeUri |
Uri where code is located. |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
IsAnonymous |
If the name version are system generated (anonymous registration). (Inherited from MachineLearningAssetBase) |
IsArchived |
Is the asset archived?. (Inherited from MachineLearningAssetBase) |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
ProvisioningState |
Provisioning state for the code version. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET