Share via


JobCreateParameters.TensorFlowSettings Property

Definition

Gets or sets tensorFlow settings.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tensorFlowSettings")]
public Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings TensorFlowSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tensorFlowSettings")>]
member this.TensorFlowSettings : Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings with get, set
Public Property TensorFlowSettings As TensorFlowSettings

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Settings for Tensor Flow job.

Applies to