MachineLearningEnvironmentVersionProperties 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.
Environment version details.
public class MachineLearningEnvironmentVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEnvironmentVersionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningEnvironmentVersionProperties>
public class MachineLearningEnvironmentVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningEnvironmentVersionProperties = class
inherit MachineLearningAssetBase
interface IJsonModel<MachineLearningEnvironmentVersionProperties>
interface IPersistableModel<MachineLearningEnvironmentVersionProperties>
type MachineLearningEnvironmentVersionProperties = class
inherit MachineLearningAssetBase
Public Class MachineLearningEnvironmentVersionProperties
Inherits MachineLearningAssetBase
Implements IJsonModel(Of MachineLearningEnvironmentVersionProperties), IPersistableModel(Of MachineLearningEnvironmentVersionProperties)
Public Class MachineLearningEnvironmentVersionProperties
Inherits MachineLearningAssetBase
- Inheritance
-
MachineLearningEnvironmentVersionProperties
- Implements
Constructors
MachineLearningEnvironmentVersionProperties() |
Initializes a new instance of MachineLearningEnvironmentVersionProperties. |
Properties
AutoDeleteSetting |
Specifies the lifecycle setting of managed data asset. (Inherited from MachineLearningAssetBase) |
AutoRebuild |
Defines if image needs to be rebuilt based on base image changes. |
Build |
Configuration settings for Docker build context. |
CondaFile |
Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages. <see href="https://repo2docker.readthedocs.io/en/latest/config_files.html#environment-yml-install-a-conda-environment" /> |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
EnvironmentType |
Environment type is either user managed or curated by the Azure ML service <see href="https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments" /> |
Image |
Name of the image that will be used for the environment. <seealso href="https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image" /> |
InferenceConfig |
Defines configuration specific to inference. |
IntellectualProperty |
Intellectual Property details. Used if environment 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) |
OSType |
The OS type of the environment. |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
ProvisioningState |
Provisioning state for the environment version. |
Stage |
Stage in the environment lifecycle assigned to this environment. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET