EnvironmentVersionProperties interface

環境版本詳細資料。

Extends

屬性

autoRebuild

衍生映像的自動重建設定

build

Docker 建置內容的組態設定。

condaFile

Conda 所使用的標準元件檔,可讓您安裝任何類型的套件,包括 Python、R 和 C/C++ 套件。 <請參閱 href=“https://repo2docker.readthedocs.io/en/latest/config_files.html#environment-yml-install-a-conda-environment"/>

environmentType

環境類型是由使用者管理或由 Azure ML 服務 <策劃,請參閱 href=“https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments" />

image

將用於環境的映像名稱。 <seealso href=“https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"/>

imageDetails

環境影像細節。

inferenceConfig

定義推斷特有的組態。

osType

作業系統的類別。

provisioningState

環境版本的佈建狀態。

stage

指派給此環境之環境生命週期中的階段

繼承的屬性

description

資產描述文字。

isAnonymous

如果名稱版本是系統產生的 (匿名註冊)。

isArchived

資產是否已封存?

properties

資產屬性字典。

tags

標記字典。 標記可以新增、移除和更新。

屬性詳細資料

autoRebuild

衍生映像的自動重建設定

autoRebuild?: string

屬性值

string

build

Docker 建置內容的組態設定。

build?: BuildContext

屬性值

condaFile

Conda 所使用的標準元件檔,可讓您安裝任何類型的套件,包括 Python、R 和 C/C++ 套件。 <請參閱 href=“https://repo2docker.readthedocs.io/en/latest/config_files.html#environment-yml-install-a-conda-environment"/>

condaFile?: string

屬性值

string

environmentType

環境類型是由使用者管理或由 Azure ML 服務 <策劃,請參閱 href=“https://docs.microsoft.com/en-us/azure/machine-learning/resource-curated-environments" />

environmentType?: string

屬性值

string

image

將用於環境的映像名稱。 <seealso href=“https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-custom-docker-image#use-a-custom-base-image"/>

image?: string

屬性值

string

imageDetails

環境影像細節。

imageDetails?: ImageDetails

屬性值

inferenceConfig

定義推斷特有的組態。

inferenceConfig?: InferenceContainerProperties

屬性值

osType

作業系統的類別。

osType?: string

屬性值

string

provisioningState

環境版本的佈建狀態。

provisioningState?: string

屬性值

string

stage

指派給此環境之環境生命週期中的階段

stage?: string

屬性值

string

繼承的屬性詳細資料

description

資產描述文字。

description?: string

屬性值

string

繼承自AssetBase.description

isAnonymous

如果名稱版本是系統產生的 (匿名註冊)。

isAnonymous?: boolean

屬性值

boolean

繼承自AssetBase.isAnonymous

isArchived

資產是否已封存?

isArchived?: boolean

屬性值

boolean

繼承自AssetBase.isArchived。

properties

資產屬性字典。

properties?: Record<string, string>

屬性值

Record<string, string>

繼承自AssetBase.properties

tags

標記字典。 標記可以新增、移除和更新。

tags?: Record<string, string>

屬性值

Record<string, string>

繼承自AssetBase.tags