Share via


AzureMachineLearningWebServiceInputColumn.MapTo Property

Definition

Gets or sets the zero based index of the function parameter this input maps to.

[Newtonsoft.Json.JsonProperty(PropertyName="mapTo")]
public int? MapTo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mapTo")>]
member this.MapTo : Nullable<int> with get, set
Public Property MapTo As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to