你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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/" />

适用于