IEnvironmentVersionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EnvironmentVersionPropertiesTypeConverter))]
public interface IEnvironmentVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAssetBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EnvironmentVersionPropertiesTypeConverter))>]
type IEnvironmentVersionProperties = interface
    interface IJsonSerializable
    interface IAssetBase
    interface IResourceBase
Public Interface IEnvironmentVersionProperties
Implements IAssetBase
Derived
Attributes
Implements

Properties

AutoRebuild

Defines if image needs to be rebuilt based on base image changes.

BuildContextUri

[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. https://docs.docker.com/engine/reference/commandline/build/#extended-description

BuildDockerfilePath

Path to the Dockerfile in the build context. https://docs.docker.com/engine/reference/builder/

CondaFile

Standard configuration file used by Conda that lets you install any kind of package, including Python, R, and C/C++ packages. https://repo2docker.readthedocs.io/en/latest/config_files.html#environment-yml-install-a-conda-environment

Description

The asset description text.

(Inherited from IResourceBase)
EnvironmentType

Environment type is either user managed or curated by the Azure ML service https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments

Image

Name of the image that will be used for the environment. https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image

IsAnonymou

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

(Inherited from IAssetBase)
IsArchived

Is the asset archived?

(Inherited from IAssetBase)
LivenessRoutePath

[Required] The path for the route.

LivenessRoutePort

[Required] The port for the route.

OSType

The OS type of the environment.

Property

The asset property dictionary.

(Inherited from IResourceBase)
ProvisioningState

Provisioning state for the environment version.

ReadinessRoutePath

[Required] The path for the route.

ReadinessRoutePort

[Required] The port for the route.

ScoringRoutePath

[Required] The path for the route.

ScoringRoutePort

[Required] The port for the route.

Stage

Stage in the environment lifecycle assigned to this environment

Tag

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

(Inherited from IResourceBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to