次の方法で共有


AzureMachineLearningWebServiceInputColumn.DataType プロパティ

定義

入力列の (Azure Machine Learning でサポートされている) データ型を取得または設定します。 有効な Azure Machine Learning データ型の一覧については、 を参照 https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx してください。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象