Class GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig
Configuration specific to the Document AI Warehouse-based implementation.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig : IDirectResponseSchema
Properties
Collection
Output only. The collection in Document AI Warehouse associated with the dataset.
Declaration
[JsonProperty("collection")]
public virtual string Collection { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Schema
Output only. The schema in Document AI Warehouse associated with the dataset.
Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type | Description |
---|---|
string |