Class XPSTablesDatasetMetadata
Metadata for a dataset used for AutoML Tables. Next ID: 6
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTablesDatasetMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MlUseColumnId
Id the column to split the table.
Declaration
[JsonProperty("mlUseColumnId")]
public virtual int? MlUseColumnId { get; set; }
Property Value
Type | Description |
---|---|
int? |
PrimaryTableSpec
Primary table.
Declaration
[JsonProperty("primaryTableSpec")]
public virtual XPSTableSpec PrimaryTableSpec { get; set; }
Property Value
Type | Description |
---|---|
XPSTableSpec |
TargetColumnCorrelations
(the column id : its CorrelationStats with target column).
Declaration
[JsonProperty("targetColumnCorrelations")]
public virtual IDictionary<string, XPSCorrelationStats> TargetColumnCorrelations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, XPSCorrelationStats> |
TargetColumnId
Id of the primary table column that should be used as the training label.
Declaration
[JsonProperty("targetColumnId")]
public virtual int? TargetColumnId { get; set; }
Property Value
Type | Description |
---|---|
int? |
WeightColumnId
Id of the primary table column that should be used as the weight column.
Declaration
[JsonProperty("weightColumnId")]
public virtual int? WeightColumnId { get; set; }
Property Value
Type | Description |
---|---|
int? |