你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineLearningBuildContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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/" /> |