Sdílet prostřednictvím


MachineLearningBuildContext Class

Definition

Configuration settings for Docker build context.

public class MachineLearningBuildContext
type MachineLearningBuildContext = class
Public Class MachineLearningBuildContext
Inheritance
MachineLearningBuildContext

Constructors

MachineLearningBuildContext(Uri)

Initializes a new instance of MachineLearningBuildContext.

Properties

ContextUri

[Required] URI of the Docker build context used to build the image. Supports blob URIs on environment creation and may return blob or Git URIs. <seealso href="https://docs.docker.com/engine/reference/commandline/build/#extended-description" />

DockerfilePath

Path to the Dockerfile in the build context. <seealso href="https://docs.docker.com/engine/reference/builder/" />

Applies to