Partager via


TensorFlowSettings.WorkerCommandLineArgs Propriété

Définition

Obtient ou définit les arguments de ligne de commande worker.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Arguments de ligne de commande qui doivent être passés au script python pour la tâche de travail. Facultatif pour les travaux à processus unique.

S’applique à