Share via


Job.ToolType Property

Definition

Gets or sets the toolkit type of this job.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.toolType")]
public string ToolType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.toolType")>]
member this.ToolType : string with get, set
Public Property ToolType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod. Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'horovod', 'mpi', 'custom'

Applies to