你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IEnvironmentVersionProperties Interface

Definition

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

Properties

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://learn.microsoft.com/en-us/azure/machine-learning/resource-curated-environments

Image

Name of the image that will be used for the environment. https://learn.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)
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.

Tag

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

(Inherited from IResourceBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to