Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3Dataset

A singleton resource under a Processor which configures a collection of documents.

Inheritance
object
GoogleCloudDocumentaiV1beta3Dataset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX