共用方式為


Job.ToolType 屬性

定義

取得或設定此作業的工具組類型。

[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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

可能的值為:cntk、tensorflow、caffe、caffe2、chainer、pytorch、custom、mpi、horovod。 可能的值包括:'cntk'、'tensorflow'、'caffe'、'caffe2'、'chainer'、'horovod'、'mpi'、'custom'

適用於