Class XPSTablesPreprocessResponse
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSTablesPreprocessResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TablesDatasetMetadata
The table/column id, column_name and the DataTypes of the columns will be populated.
Declaration
[JsonProperty("tablesDatasetMetadata")]
public virtual XPSTablesDatasetMetadata TablesDatasetMetadata { get; set; }
Property Value
Type | Description |
---|---|
XPSTablesDatasetMetadata |