Class GoogleCloudDocumentaiV1beta3Dataset
A singleton resource under a Processor which configures a collection of documents.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3Dataset : IDirectResponseSchema
Properties
DocumentWarehouseConfig
Optional. Deprecated. Warehouse-based dataset configuration is not supported.
Declaration
[JsonProperty("documentWarehouseConfig")]
public virtual GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig DocumentWarehouseConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DatasetDocumentWarehouseConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsManagedConfig
Optional. User-managed Cloud Storage dataset configuration. Use this configuration if the dataset documents are stored under a user-managed Cloud Storage location.
Declaration
[JsonProperty("gcsManagedConfig")]
public virtual GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig GcsManagedConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig |
Name
Dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SatisfiesPzi
Output only. Reserved for future use.
Declaration
[JsonProperty("satisfiesPzi")]
public virtual bool? SatisfiesPzi { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SatisfiesPzs
Output only. Reserved for future use.
Declaration
[JsonProperty("satisfiesPzs")]
public virtual bool? SatisfiesPzs { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SpannerIndexingConfig
Optional. A lightweight indexing source with low latency and high reliability, but lacking advanced features like CMEK and content-based search.
Declaration
[JsonProperty("spannerIndexingConfig")]
public virtual GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig SpannerIndexingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DatasetSpannerIndexingConfig |
State
Required. State of the dataset. Ignored when updating dataset.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
UnmanagedDatasetConfig
Optional. Unmanaged dataset configuration. Use this configuration if the dataset documents are managed by the document service internally (not user-managed).
Declaration
[JsonProperty("unmanagedDatasetConfig")]
public virtual GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig UnmanagedDatasetConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3DatasetUnmanagedDatasetConfig |