ColumnInferenceResults.ColumnInformation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
資料集中推斷資料行的相關資訊。
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)]
public Microsoft.ML.AutoML.ColumnInformation ColumnInformation { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)>]
member this.ColumnInformation : Microsoft.ML.AutoML.ColumnInformation
Public ReadOnly Property ColumnInformation As ColumnInformation
屬性值
- 屬性
-
Newtonsoft.Json.JsonPropertyAttribute
備註
包含每個資料行的推斷用途。 如需更多詳細資料,請參閱 ColumnInformation \(英文\)。
執行實驗時,這可以饋送至 AutoML API。 如需範例,請參閱。