次の方法で共有


MachineLearningBuildContext クラス

定義

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

public class MachineLearningBuildContext
type MachineLearningBuildContext = class
Public Class MachineLearningBuildContext
継承
MachineLearningBuildContext

コンストラクター

MachineLearningBuildContext(Uri)

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

プロパティ

ContextUri

[必須]イメージのビルドに使用される Docker ビルド コンテキストの URI。 環境の作成で BLOB URI をサポートし、BLOB または Git URI を返す場合があります。 <seealso href="https://docs.docker.com/engine/reference/commandline/build/#extended-description" />

DockerfilePath

ビルド コンテキストでの Dockerfile へのパス。 <seealso href="https://docs.docker.com/engine/reference/builder/" />

適用対象