次の方法で共有


EnvironmentVersionProperties interface

環境のバージョンの詳細。

Extends

プロパティ

autoRebuild

基本イメージの変更に基づいてイメージを再構築する必要があるかどうかを定義します。

build

Docker ビルド コンテキストの構成設定。

condaFile

Python、R、C/C++ パッケージなど、あらゆる種類のパッケージをインストールできる Conda によって使用される標準構成ファイル。

environmentType

環境の種類は、ユーザーが管理するか、Azure ML サービスによってキュレーションされます 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

image

環境に使用されるイメージの名前。

inferenceConfig

推論に固有の構成を定義します。

osType

環境の OS の種類。

継承されたプロパティ

description

資産の説明テキスト。

isAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。

isArchived

資産はアーカイブされていますか?

properties

資産プロパティ ディクショナリ。

tags

タグ辞書。 タグは追加、削除、更新できます。

プロパティの詳細

autoRebuild

基本イメージの変更に基づいてイメージを再構築する必要があるかどうかを定義します。

autoRebuild?: string

プロパティ値

string

build

Docker ビルド コンテキストの構成設定。

build?: BuildContext

プロパティ値

condaFile

Python、R、C/C++ パッケージなど、あらゆる種類のパッケージをインストールできる Conda によって使用される標準構成ファイル。

condaFile?: string

プロパティ値

string

environmentType

環境の種類は、ユーザーが管理するか、Azure ML サービスによってキュレーションされます 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

environmentType?: string

プロパティ値

string

image

環境に使用されるイメージの名前。

image?: string

プロパティ値

string

inferenceConfig

推論に固有の構成を定義します。

inferenceConfig?: InferenceContainerProperties

プロパティ値

osType

環境の OS の種類。

osType?: string

プロパティ値

string

継承されたプロパティの詳細

description

資産の説明テキスト。

description?: string

プロパティ値

string

AssetBase.descriptionから継承

isAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。

isAnonymous?: boolean

プロパティ値

boolean

AssetBase.isAnonymousから継承されます

isArchived

資産はアーカイブされていますか?

isArchived?: boolean

プロパティ値

boolean

AssetBase から継承されます。isArchived

properties

資産プロパティ ディクショナリ。

properties?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

AssetBase.propertiesから継承

tags

タグ辞書。 タグは追加、削除、更新できます。

tags?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

AssetBase.tagsから継承