EnvironmentVersionProperties interface
環境版本詳細數據。
- Extends
屬性
auto |
定義映像是否需要根據基底映像變更重建映像。 |
build | Docker 建置內容的組態設定。 |
conda |
Conda 所使用的標準元件檔,可讓您安裝任何類型的套件,包括 Python、R 和 C/C++ 套件。 |
environment |
環境類型是由 Azure ML 服務所管理或策劃的使用者 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
image | 將用於環境的映像名稱。 |
inference |
定義推斷特有的組態。 |
os |
環境的OS類型。 |
繼承的屬性
description | 資產描述文字。 |
is |
如果名稱版本是系統產生的 (匿名註冊)。 |
is |
資產是否已封存? |
properties | 資產屬性字典。 |
tags | 標記字典。 標記可以新增、移除和更新。 |
屬性詳細資料
autoRebuild
定義映像是否需要根據基底映像變更重建映像。
autoRebuild?: string
屬性值
string
build
condaFile
Conda 所使用的標準元件檔,可讓您安裝任何類型的套件,包括 Python、R 和 C/C++ 套件。
condaFile?: string
屬性值
string
environmentType
環境類型是由 Azure ML 服務所管理或策劃的使用者 注意:這個屬性不會串行化。 它只能由伺服器填入。
environmentType?: string
屬性值
string
image
將用於環境的映像名稱。
image?: string
屬性值
string
inferenceConfig
osType
環境的OS類型。
osType?: string
屬性值
string
繼承的屬性詳細資料
description
isAnonymous
isArchived
properties
資產屬性字典。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
tags
標記字典。 標記可以新增、移除和更新。
tags?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}