次の方法で共有


MachineLearningEnvironmentVersionProperties クラス

定義

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

public class MachineLearningEnvironmentVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningEnvironmentVersionProperties = class
    inherit MachineLearningAssetBase
Public Class MachineLearningEnvironmentVersionProperties
Inherits MachineLearningAssetBase
継承
MachineLearningEnvironmentVersionProperties

コンストラクター

MachineLearningEnvironmentVersionProperties()

MachineLearningEnvironmentVersionProperties の新しいインスタンスを初期化します。

プロパティ

AutoDeleteSetting

マネージド データ資産のライフサイクル設定を指定します。

(継承元 MachineLearningAssetBase)
AutoRebuild

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

Build

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

CondaFile

Python、R、C/C++ パッケージなど、あらゆる種類のパッケージをインストールできる Conda によって使用される標準構成ファイル。 <href="https://repo2docker.readthedocs.io/en/latest/config_files.html#environment-yml-install-a-conda-environment" />

Description

資産の説明テキスト。

(継承元 MachineLearningResourceBase)
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" />

InferenceConfig

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

IntellectualProperty

知的財産の詳細。 環境が知的財産である場合に使用されます。

IsAnonymous

名前のバージョンがシステム生成 (匿名登録) の場合。 Stage が定義されている型の場合、Stage が指定されると、IsAnonymous の設定に使用されます。

(継承元 MachineLearningAssetBase)
IsArchived

資産はアーカイブされていますか? Stage が定義されている型の場合、Stage が指定されると、IsArchived の設定に使用されます。

(継承元 MachineLearningAssetBase)
OSType

環境の OS の種類。

Properties

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

(継承元 MachineLearningResourceBase)
ProvisioningState

環境バージョンのプロビジョニング状態。

Stage

この環境に割り当てられている環境ライフサイクルのステージ。

Tags

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

(継承元 MachineLearningResourceBase)

適用対象