Language

MachineLearningJobResourceConfiguration.DockerArgsList Property

Definition

Extra arguments to pass to the Docker run command, as a collection. This would override any parameters that have already been set by the system, or in this section. This parameter is only supported for Azure ML compute types.

public System.Collections.Generic.IList<string> DockerArgsList { get; set; }
member this.DockerArgsList : System.Collections.Generic.IList<string> with get, set
Public Property DockerArgsList As IList(Of String)

Property Value

Applies to