Compartir a través de


Job.ToolType Propiedad

Definición

Obtiene o establece el tipo de kit de herramientas de este trabajo.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Los valores posibles son: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod. Entre los valores posibles se incluyen: 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'horovod', 'mpi', 'custom'

Se aplica a